Skip to content

Commit

Permalink
Merge pull request #29 from infirit/master
Browse files Browse the repository at this point in the history
Replace ghelp: with help: for user-guide
  • Loading branch information
stefano-k committed Aug 3, 2013
2 parents 165b40b + 39d709b commit f37bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capplet/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static void dialog_response(GsmPropertiesDialog* dialog, guint response_id, gpoi
screen = gtk_widget_get_screen(GTK_WIDGET (dialog));

error = NULL;
gtk_show_uri (screen, "ghelp:user-guide?gosstartsession-2",
gtk_show_uri (screen, "help:user-guide?gosstartsession-2",
gtk_get_current_event_time (), &error);

if (error != NULL)
Expand Down

0 comments on commit f37bbe8

Please sign in to comment.