Changeset 9624
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/actions.c
r9602 r9624 103 103 static GtkActionEntry entries[] = 104 104 { 105 { "file-menu", NULL, N_( "_File" ), NULL, NULL, NULL }, 105 106 { "torrent-menu", NULL, N_( "_Torrent" ), NULL, NULL, NULL }, 106 107 { "view-menu", NULL, N_( "_View" ), NULL, NULL, NULL }, -
trunk/gtk/ui.h
r9545 r9624 2 2 "<ui>\n" 3 3 " <menubar name='main-window-menu'>\n" 4 " <menu action=' torrent-menu'>\n"4 " <menu action='file-menu'>\n" 5 5 " <menuitem action='add-torrent-menu'/>\n" 6 6 " <menuitem action='add-torrent-from-url'/>\n" 7 7 " <menuitem action='new-torrent'/>\n" 8 " <separator/>\n"9 " <menuitem action='show-torrent-properties'/>\n"10 " <menuitem action='open-torrent-folder'/>\n"11 " <menuitem action='relocate-torrent'/>\n"12 " <separator/>\n"13 " <menuitem action='start-torrent'/>\n"14 " <menuitem action='update-tracker'/>\n"15 " <menuitem action='pause-torrent'/>\n"16 " <menuitem action='verify-torrent'/>\n"17 " <menuitem action='remove-torrent'/>\n"18 " <menuitem action='delete-torrent'/>\n"19 8 " <separator/>\n" 20 9 " <menuitem action='start-all-torrents'/>\n" … … 28 17 " <separator/>\n" 29 18 " <menuitem action='edit-preferences'/>\n" 19 " </menu>\n" 20 " <menu action='torrent-menu'>\n" 21 " <menuitem action='show-torrent-properties'/>\n" 22 " <menuitem action='open-torrent-folder'/>\n" 23 " <menuitem action='relocate-torrent'/>\n" 24 " <separator/>\n" 25 " <menuitem action='start-torrent'/>\n" 26 " <menuitem action='update-tracker'/>\n" 27 " <menuitem action='pause-torrent'/>\n" 28 " <menuitem action='verify-torrent'/>\n" 29 " <separator/>\n" 30 " <menuitem action='remove-torrent'/>\n" 31 " <menuitem action='delete-torrent'/>\n" 30 32 " </menu>\n" 31 33 " <menu action='view-menu'>\n"
Note: See TracChangeset
for help on using the changeset viewer.