mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 05:57:00 +03:00
licence and credits buttons got swapped, fix it
Thanks to bavier for the bug report
This commit is contained in:
parent
59b108498a
commit
c95cca4ca6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user