wok view pcmanfm/stuff/pcmanfm-network-icon.patch @ rev 22641

updated deadbeef, deadbeef-dev and deadbeef-plugins again (1.8.0 -> 1.8.2)
author Hans-G?nter Theisgen
date Tue Jan 14 07:24:51 2020 +0100 (2020-01-14)
parents
children
line source
1 --- a/src/main-win-ui.c
2 +++ b/src/main-win-ui.c
3 @@ -239,7 +239,7 @@
4 {"Root", "drive-harddisk", N_("Filesyste_m Root"), NULL, N_("Go fo filesystem root"), NULL},
5 {"Apps", "system-software-install", N_("_Applications"), NULL, N_("Go to root of applications menu folder"), G_CALLBACK(on_go_apps)},
6 {"Computer", "computer", N_("Dev_ices"), NULL, N_("Go to list of devices connected to the computer"), G_CALLBACK(on_go_computer)},
7 - {"Network", GTK_STOCK_NETWORK, N_("Net_work"), NULL, N_("Go to list of places on the network"), G_CALLBACK(on_go_network)},
8 + {"Network", "network-workgroup", N_("Net_work"), NULL, N_("Go to list of places on the network"), G_CALLBACK(on_go_network)},
9 {"Location", GTK_STOCK_JUMP_TO, N_("_Go to Location..."), "<Ctrl>L", NULL, G_CALLBACK(on_location)},
10 {"Connect", NULL, N_("_Connect to Server..."), NULL, N_("Open a window to choose remote folder location"), G_CALLBACK(on_go_connect)},
11 {"Go", GTK_STOCK_JUMP_TO, NULL, NULL, N_("Go to the path in the location bar"), G_CALLBACK(on_go)},