1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-01 03:43:43 +00:00

(trunk gtk) #2733 "add "Add URL..." to GTK+ dock menu

This commit is contained in:
Charles Kerr 2010-01-07 17:30:34 +00:00
parent 3a1c9f2cd7
commit 0c34a39883

View file

@ -103,6 +103,7 @@ static const char * fallback_ui_file =
"\n" "\n"
" <popup name='icon-popup'>\n" " <popup name='icon-popup'>\n"
" <menuitem action='add-torrent-menu'/>\n" " <menuitem action='add-torrent-menu'/>\n"
" <menuitem action='add-torrent-from-url'/>\n"
" <separator/>\n" " <separator/>\n"
" <menuitem action='toggle-main-window'/>\n" " <menuitem action='toggle-main-window'/>\n"
" <menuitem action='toggle-message-log'/>\n" " <menuitem action='toggle-message-log'/>\n"