(trunk gtk) revert a couple of menu reorderings that were probably better off left alone

This commit is contained in:
Charles Kerr 2009-12-01 07:43:21 +00:00
parent 336be914b2
commit 419b80c7df
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ static const char * fallback_ui_file =
" </menu>\n"
" <menu action='torrent-menu'>\n"
" <menuitem action='show-torrent-properties'/>\n"
" <menuitem action='open-torrent-folder'/>\n"
" <separator/>\n"
" <menuitem action='start-torrent'/>\n"
" <menuitem action='update-tracker'/>\n"
" <menuitem action='pause-torrent'/>\n"
" <menuitem action='copy-magnet-link-to-clipboard'/>\n"
" <separator/>\n"
" <menuitem action='open-torrent-folder'/>\n"
" <menuitem action='relocate-torrent'/>\n"
" <menuitem action='verify-torrent'/>\n"
" <separator/>\n"
@ -73,6 +73,7 @@ static const char * fallback_ui_file =
"\n"
" <popup name='main-window-popup'>\n"
" <menuitem action='show-torrent-properties'/>\n"
" <menuitem action='open-torrent-folder'/>\n"
" <separator/>\n"
" <menu action='sort-menu'>\n"
" <menuitem action='sort-by-activity'/>\n"
@ -93,7 +94,6 @@ static const char * fallback_ui_file =
" <menuitem action='pause-torrent'/>\n"
" <menuitem action='copy-magnet-link-to-clipboard'/>\n"
" <separator/>\n"
" <menuitem action='open-torrent-folder'/>\n"
" <menuitem action='verify-torrent'/>\n"
" <menuitem action='relocate-torrent'/>\n"
" <separator/>\n"