Skip to content

Commit de713db

Browse files
NikoKrauseclefebvre
authored andcommittedApr 20, 2018
Use media-mount icon for right-click action (#1813)
depends on linuxmint/xapp#37
1 parent e29f5f2 commit de713db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/nemo-view.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -8319,7 +8319,7 @@ static const GtkActionEntry directory_view_entries[] = {
83198319
/* label, accelerator */ N_("Connect To This Server"), NULL,
83208320
/* tooltip */ N_("Make a permanent connection to this server"),
83218321
G_CALLBACK (action_connect_to_server_link_callback) },
8322-
/* name, stock id */ { "Mount Volume", NULL,
8322+
/* name, stock id */ { "Mount Volume", "media-mount-symbolic",
83238323
/* label, accelerator */ N_("_Mount"), NULL,
83248324
/* tooltip */ N_("Mount the selected volume"),
83258325
G_CALLBACK (action_mount_volume_callback) },
@@ -8343,7 +8343,7 @@ static const GtkActionEntry directory_view_entries[] = {
83438343
/* label, accelerator */ N_("_Detect Media"), NULL,
83448344
/* tooltip */ N_("Detect media in the selected drive"),
83458345
G_CALLBACK (action_detect_media_callback) },
8346-
/* name, stock id */ { "Self Mount Volume", NULL,
8346+
/* name, stock id */ { "Self Mount Volume", "media-mount-symbolic",
83478347
/* label, accelerator */ N_("_Mount"), NULL,
83488348
/* tooltip */ N_("Mount the volume associated with the open folder"),
83498349
G_CALLBACK (action_self_mount_volume_callback) },
@@ -8415,7 +8415,7 @@ static const GtkActionEntry directory_view_entries[] = {
84158415
/* label, accelerator */ N_("_Restore"), NULL, NULL,
84168416
G_CALLBACK (action_location_restore_from_trash_callback) },
84178417

8418-
/* name, stock id */ { "Location Mount Volume", NULL,
8418+
/* name, stock id */ { "Location Mount Volume", "media-mount-symbolic",
84198419
/* label, accelerator */ N_("_Mount"), NULL,
84208420
/* tooltip */ N_("Mount the volume associated with this folder"),
84218421
G_CALLBACK (action_location_mount_volume_callback) },

0 commit comments

Comments
 (0)
Please sign in to comment.