From c95cca4ca6e806f1e2a3a829ce0dda655fdc886d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 14 Aug 2016 22:34:49 +0100 Subject: licence and credits buttons got swapped, fix it Thanks to bavier for the bug report --- frontends/gtk/about.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/gtk') 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; } -- cgit v1.2.3