Commit f14b6f0125335fdd28cd6369a340914836671628

Authored by Perry Werneck
1 parent 579c33e2

Adding 'view trace' option on the popup menus.

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
ui/window.xml
... ... @@ -426,6 +426,11 @@
426 426 <attribute name="action">win.menubar</attribute>
427 427 </item>
428 428  
  429 + <item>
  430 + <attribute name="label" translatable="yes">Session Trace</attribute>
  431 + <attribute name="action">win.trace</attribute>
  432 + </item>
  433 +
429 434 </submenu>
430 435  
431 436 <section>
... ... @@ -541,6 +546,11 @@
541 546 <attribute name="action">win.menubar</attribute>
542 547 </item>
543 548  
  549 + <item>
  550 + <attribute name="label" translatable="yes">Session Trace</attribute>
  551 + <attribute name="action">win.trace</attribute>
  552 + </item>
  553 +
544 554 </submenu>
545 555  
546 556 <section>
... ...