Skip to content

Commit

Permalink
don't swap these buttons' labels, fixes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcaro committed Jan 6, 2025
1 parent 07162ca commit 2ddc19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flips-gtk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static char * SelectRom(const char * defaultname, const char * title, bool isFor
if (!isForSaving)
{
dialog = gtk_file_chooser_native_new(title, GTK_WINDOW(window), GTK_FILE_CHOOSER_ACTION_OPEN,
"_Cancel", "_Open");
"_Open", "_Cancel");
setoutpath(GTK_FILE_CHOOSER(dialog), defaultname, false);
}
else
Expand Down

0 comments on commit 2ddc19d

Please sign in to comment.