summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 17:30:47 +0200
committerinfirit <[email protected]>2013-08-02 17:30:47 +0200
commitddb856f330e2cf0966e7fc14abee004dad87c8e7 (patch)
treee1339fc61e603a3a2be7ec349c895111000e33a3 /src
parente5d73da5e1d559ba37ec3861f804e2d53ede41d1 (diff)
downloadmate-calc-ddb856f330e2cf0966e7fc14abee004dad87c8e7.tar.bz2
mate-calc-ddb856f330e2cf0966e7fc14abee004dad87c8e7.tar.xz
Enable yelp and ghelp: -> help:
Diffstat (limited to 'src')
-rw-r--r--src/math-window.c2
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)
{