diff options
author | Monsta <[email protected]> | 2015-06-24 15:30:07 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-06-24 15:30:07 +0300 |
commit | 17de7202e0129537145009f34cf3fed651bf267c (patch) | |
tree | 0b28a93df256b6f8e571bc3eb20422b850b98389 | |
parent | e3e48eb58c8575865bd935010eb96638641f97c3 (diff) | |
download | mate-applets-17de7202e0129537145009f34cf3fed651bf267c.tar.bz2 mate-applets-17de7202e0129537145009f34cf3fed651bf267c.tar.xz |
drivemount: show index help page, not intro page
-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 e8a34b5b..17b573c5 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/drivemountapplet-intro", + "help:mate-drivemount", gtk_get_current_event_time (), &error); |