summaryrefslogtreecommitdiff
path: root/src/math-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math-window.c')
-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)
{