summaryrefslogtreecommitdiff
path: root/frontends/gtk/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/about.c')
-rw-r--r--frontends/gtk/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/gtk/about.c b/frontends/gtk/about.c
index f003faf32..9cf5d27b2 100644
--- a/frontends/gtk/about.c
+++ b/frontends/gtk/about.c
@@ -80,11 +80,11 @@ nsgtk_about_dialog_response(GtkDialog *dialog,
switch (response_id) {
case ABOUT_RESPONSE_ID_LICENCE:
- about_open("about:credits");
+ about_open("about:licence");
break;
case ABOUT_RESPONSE_ID_CREDITS:
- about_open("about:licence");
+ about_open("about:credits");
break;
}