diff options
author | monsta <[email protected]> | 2015-06-24 15:29:36 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-06-24 15:29:36 +0300 |
commit | e3e48eb58c8575865bd935010eb96638641f97c3 (patch) | |
tree | 43b00c822c77c270b4c32584a0ceee5df216c261 /drivemount | |
parent | ff502d24176620db57bd6a3e4998377aec305906 (diff) | |
parent | cf015437f36f0b727090bf1bd28505507f228926 (diff) | |
download | mate-applets-e3e48eb58c8575865bd935010eb96638641f97c3.tar.bz2 mate-applets-e3e48eb58c8575865bd935010eb96638641f97c3.tar.xz |
Merge pull request #142 from NiceandGently/dev-batsttat
fix some help stuff
Diffstat (limited to 'drivemount')
-rw-r--r-- | drivemount/drivemount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index 9a4f10a3..e8a34b5b 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -134,7 +134,7 @@ display_help (GtkAction *action, screen = gtk_widget_get_screen (GTK_WIDGET (drive_list)); gtk_show_uri (screen, - "help:mate-drivemount/drivemount", + "help:mate-drivemount/drivemountapplet-intro", gtk_get_current_event_time (), &error); |