Changeset 4911 for trunk/gtk/ui.h
- Timestamp:
- Feb 3, 2008, 5:10:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/ui.h
r4905 r4911 3 3 " <menubar name='main-window-menu'>\n" 4 4 " <menu action='torrent-menu'>\n" 5 " <menuitem action='open-torrent '/>\n"6 " <menuitem action=' create-torrent'/>\n"5 " <menuitem action='open-torrent-menu'/>\n" 6 " <menuitem action='new-torrent'/>\n" 7 7 " <separator/>\n" 8 8 " <menuitem action='start-torrent'/>\n" … … 24 24 " <menu action='view-menu'>\n" 25 25 " <menuitem action='minimal-view'/>\n" 26 " <separator/>\n" 26 27 " <menuitem action='show-toolbar'/>\n" 27 28 " <menuitem action='show-filter-bar'/>\n" … … 33 34 " <menuitem action='sort-by-state'/>\n" 34 35 " <menuitem action='sort-by-tracker'/>\n" 36 " <separator/>\n" 35 37 " <menuitem action='sort-reversed'/>\n" 36 38 " </menu>\n" … … 44 46 "\n" 45 47 " <toolbar name='main-window-toolbar'>\n" 46 " <toolitem action='open-torrent '/>\n"48 " <toolitem action='open-torrent-toolbar'/>\n" 47 49 " <toolitem action='start-torrent'/>\n" 48 50 " <toolitem action='pause-torrent'/>\n" … … 64 66 "\n" 65 67 " <popup name='icon-popup'>\n" 66 " <menuitem action='open-torrent '/>\n"68 " <menuitem action='open-torrent-menu'/>\n" 67 69 " <separator/>\n" 68 70 " <menuitem action='toggle-main-window'/>\n"
Note: See TracChangeset
for help on using the changeset viewer.