wok-current diff pcmanfm/stuff/pcmanfm-network-icon.patch @ rev 22330
updated zile (2.3.24 -> 2.4.14)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Nov 15 11:30:01 2019 +0100 (2019-11-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pcmanfm/stuff/pcmanfm-network-icon.patch Fri Nov 15 11:30:01 2019 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +--- a/src/main-win-ui.c 1.5 ++++ b/src/main-win-ui.c 1.6 +@@ -239,7 +239,7 @@ 1.7 + {"Root", "drive-harddisk", N_("Filesyste_m Root"), NULL, N_("Go fo filesystem root"), NULL}, 1.8 + {"Apps", "system-software-install", N_("_Applications"), NULL, N_("Go to root of applications menu folder"), G_CALLBACK(on_go_apps)}, 1.9 + {"Computer", "computer", N_("Dev_ices"), NULL, N_("Go to list of devices connected to the computer"), G_CALLBACK(on_go_computer)}, 1.10 +- {"Network", GTK_STOCK_NETWORK, N_("Net_work"), NULL, N_("Go to list of places on the network"), G_CALLBACK(on_go_network)}, 1.11 ++ {"Network", "network-workgroup", N_("Net_work"), NULL, N_("Go to list of places on the network"), G_CALLBACK(on_go_network)}, 1.12 + {"Location", GTK_STOCK_JUMP_TO, N_("_Go to Location..."), "<Ctrl>L", NULL, G_CALLBACK(on_location)}, 1.13 + {"Connect", NULL, N_("_Connect to Server..."), NULL, N_("Open a window to choose remote folder location"), G_CALLBACK(on_go_connect)}, 1.14 + {"Go", GTK_STOCK_JUMP_TO, NULL, NULL, N_("Go to the path in the location bar"), G_CALLBACK(on_go)},