mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
(trunk gtk) #2555: Sort contextual menu items as recommended by HiG
This commit is contained in:
parent
45e84d9ac6
commit
771e0789b9
1 changed files with 8 additions and 7 deletions
15
gtk/ui.h
15
gtk/ui.h
|
@ -67,6 +67,14 @@ static const char * fallback_ui_file =
|
||||||
" </toolbar>\n"
|
" </toolbar>\n"
|
||||||
"\n"
|
"\n"
|
||||||
" <popup name='main-window-popup'>\n"
|
" <popup name='main-window-popup'>\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='verify-torrent'/>\n"
|
||||||
|
" <separator/>\n"
|
||||||
" <menu action='sort-menu'>\n"
|
" <menu action='sort-menu'>\n"
|
||||||
" <menuitem action='sort-by-activity'/>\n"
|
" <menuitem action='sort-by-activity'/>\n"
|
||||||
" <menuitem action='sort-by-age'/>\n"
|
" <menuitem action='sort-by-age'/>\n"
|
||||||
|
@ -81,15 +89,8 @@ static const char * fallback_ui_file =
|
||||||
" <menuitem action='sort-reversed'/>\n"
|
" <menuitem action='sort-reversed'/>\n"
|
||||||
" </menu>\n"
|
" </menu>\n"
|
||||||
" <separator/>\n"
|
" <separator/>\n"
|
||||||
" <menuitem action='show-torrent-properties'/>\n"
|
|
||||||
" <menuitem action='open-torrent-folder'/>\n"
|
|
||||||
" <menuitem action='relocate-torrent'/>\n"
|
" <menuitem action='relocate-torrent'/>\n"
|
||||||
" <separator/>\n"
|
" <separator/>\n"
|
||||||
" <menuitem action='start-torrent'/>\n"
|
|
||||||
" <menuitem action='pause-torrent'/>\n"
|
|
||||||
" <menuitem action='verify-torrent'/>\n"
|
|
||||||
" <menuitem action='update-tracker'/>\n"
|
|
||||||
" <separator/>\n"
|
|
||||||
" <menuitem action='remove-torrent'/>\n"
|
" <menuitem action='remove-torrent'/>\n"
|
||||||
" <menuitem action='delete-torrent'/>\n"
|
" <menuitem action='delete-torrent'/>\n"
|
||||||
" </popup>\n"
|
" </popup>\n"
|
||||||
|
|
Loading…
Reference in a new issue