licence and credits buttons got swapped, fix it

Thanks to bavier for the bug report
This commit is contained in:
Vincent Sanders 2016-08-14 22:34:49 +01:00
parent 59b108498a
commit c95cca4ca6

View File

@ -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;
}