|
604 | 604 | <child> |
605 | 605 | <object class="tk.Menuitem.Submenu" id="FileMenu"> |
606 | 606 | <property name="label" translatable="yes">File</property> |
| 607 | + <child> |
| 608 | + <object class="tk.Menuitem.Command" id="FileExit"> |
| 609 | + <property name="command">quit</property> |
| 610 | + <property name="command_id_arg">false</property> |
| 611 | + <property name="label" translatable="yes">Exit</property> |
| 612 | + <property name="accelerator">Alt+F4</property> |
| 613 | + </object> |
| 614 | + </child> |
607 | 615 | </object> |
608 | 616 | </child> |
609 | 617 | <child> |
610 | 618 | <object class="tk.Menuitem.Submenu" id="ViewMenu"> |
611 | 619 | <property name="label" translatable="yes">View</property> |
| 620 | + <child> |
| 621 | + <object class="tk.Menuitem.Command" id="ViewJoin"> |
| 622 | + <property name="command">select_tab_join</property> |
| 623 | + <property name="command_id_arg">false</property> |
| 624 | + <property name="label" translatable="yes">Join Files</property> |
| 625 | + <property name="accelerator">Strg+J</property> |
| 626 | + </object> |
| 627 | + </child> |
| 628 | + <child> |
| 629 | + <object class="tk.Menuitem.Command" id="ViewSplit"> |
| 630 | + <property name="command">select_tab_split</property> |
| 631 | + <property name="command_id_arg">false</property> |
| 632 | + <property name="label" translatable="yes">Split Files</property> |
| 633 | + <property name="accelerator">Strg+S</property> |
| 634 | + </object> |
| 635 | + </child> |
| 636 | + <child> |
| 637 | + <object class="tk.Menuitem.Command" id="ViewBg"> |
| 638 | + <property name="command">select_tab_bg</property> |
| 639 | + <property name="command_id_arg">false</property> |
| 640 | + <property name="label" translatable="yes">Background/Stamp/Number</property> |
| 641 | + <property name="accelerator">Strg+B</property> |
| 642 | + </object> |
| 643 | + </child> |
| 644 | + <child> |
| 645 | + <object class="tk.Menuitem.Command" id="ViewRotate"> |
| 646 | + <property name="command">select_tab_rotate</property> |
| 647 | + <property name="command_id_arg">false</property> |
| 648 | + <property name="label" translatable="yes">Rotate Pages</property> |
| 649 | + <property name="accelerator">Strg+R</property> |
| 650 | + </object> |
| 651 | + </child> |
| 652 | + <child> |
| 653 | + <object class="tk.Menuitem.Separator" id="ViewSeparator_1" /> |
| 654 | + </child> |
| 655 | + <child> |
| 656 | + <object class="tk.Menuitem.Command" id="ViewProtection"> |
| 657 | + <property name="command_id_arg">false</property> |
| 658 | + <property name="label" translatable="yes">Show Document Protection</property> |
| 659 | + <property name="accelerator">Strg+P</property> |
| 660 | + </object> |
| 661 | + </child> |
612 | 662 | </object> |
613 | 663 | </child> |
614 | 664 | <child> |
615 | | - <object class="tk.Menuitem.Submenu" id="EditMenu"> |
616 | | - <property name="label" translatable="yes">Edit</property> |
| 665 | + <object class="tk.Menuitem.Submenu" id="HelpMenu"> |
| 666 | + <property name="label" translatable="yes">Help</property> |
617 | 667 | </object> |
618 | 668 | </child> |
619 | 669 | </object> |
|
0 commit comments