Commit 857639f04e36f7dee874e0a153b28516b8095ebf
1 parent
fb8e526c
Exists in
master
and in
4 other branches
Adding trace action.
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
src/objects/application/application.c
ui/application.xml
| ... | ... | @@ -221,6 +221,11 @@ |
| 221 | 221 | |
| 222 | 222 | <attribute name='label' translatable='yes'>_View</attribute> |
| 223 | 223 | |
| 224 | + <item> | |
| 225 | + <attribute name="label" translatable="yes">Trace</attribute> | |
| 226 | + <attribute name="action">win.trace</attribute> | |
| 227 | + </item> | |
| 228 | + | |
| 224 | 229 | </submenu> |
| 225 | 230 | |
| 226 | 231 | <submenu> | ... | ... |