diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-06 13:30:57 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-06 13:30:57 -0700 |
commit | 325bd6134efa18700ede8116b5dbdabdf219a269 (patch) | |
tree | e1339fc61e603a3a2be7ec349c895111000e33a3 /src | |
parent | e5d73da5e1d559ba37ec3861f804e2d53ede41d1 (diff) | |
parent | ddb856f330e2cf0966e7fc14abee004dad87c8e7 (diff) | |
download | mate-calc-325bd6134efa18700ede8116b5dbdabdf219a269.tar.bz2 mate-calc-325bd6134efa18700ede8116b5dbdabdf219a269.tar.xz |
Merge pull request #16 from infirit/master
Enable yelp and ghelp: -> help:
Diffstat (limited to 'src')
-rw-r--r-- | src/math-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math-window.c b/src/math-window.c index 8a9302d..5d7cc12 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -211,7 +211,7 @@ static void help_cb(GtkWidget *widget, MathWindow *window) GError *error = NULL; screen = gtk_widget_get_screen(GTK_WIDGET(window)); - gtk_show_uri(screen, "ghelp:mate-calc", gtk_get_current_event_time(), &error); + gtk_show_uri(screen, "help:mate-calc", gtk_get_current_event_time(), &error); if (error != NULL) { |