diff options
author | raveit65 <[email protected]> | 2015-06-23 16:58:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-06-23 16:58:03 +0200 |
commit | dba1495cd9cca1f8c49bb3689ef5b94272149db4 (patch) | |
tree | 9c3a84efdc7f775aec06cce1b3ecace20a5c0bd6 /drivemount/drivemount.c | |
parent | ff502d24176620db57bd6a3e4998377aec305906 (diff) | |
download | mate-applets-dba1495cd9cca1f8c49bb3689ef5b94272149db4.tar.bz2 mate-applets-dba1495cd9cca1f8c49bb3689ef5b94272149db4.tar.xz |
drivemount: fix help link
Diffstat (limited to 'drivemount/drivemount.c')
-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); |