cdvdgigaherz:linux: Swap Ok and Cancel button order

This now matches the usual GTK GUI button order.

Also bump the version number.
This commit is contained in:
Jonathan Li 2016-12-07 00:55:49 +00:00
parent 1d634f9b44
commit 592d4b024a
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ char LibName[] = "cdvdGigaherz "
const unsigned char version = PS2E_CDVD_VERSION;
const unsigned char revision = 0;
const unsigned char build = 10;
const unsigned char build = 11;
EXPORT char *CALLBACK PS2EgetLibName()
{

View File

@ -31,8 +31,8 @@ void configure()
GtkDialogFlags flags = static_cast<GtkDialogFlags>(GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT);
GtkWidget *dialog = gtk_dialog_new_with_buttons("Config", nullptr,
flags,
"Ok", GTK_RESPONSE_ACCEPT,
"Cancel", GTK_RESPONSE_REJECT,
"Ok", GTK_RESPONSE_ACCEPT,
nullptr);
GtkWidget *label = gtk_label_new("Device:");