Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 2ddc19d

Browse files
committed
don't swap these buttons' labels, fixes #90
1 parent 07162ca commit 2ddc19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flips-gtk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static char * SelectRom(const char * defaultname, const char * title, bool isFor
210210
if (!isForSaving)
211211
{
212212
dialog = gtk_file_chooser_native_new(title, GTK_WINDOW(window), GTK_FILE_CHOOSER_ACTION_OPEN,
213-
"_Cancel", "_Open");
213+
"_Open", "_Cancel");
214214
setoutpath(GTK_FILE_CHOOSER(dialog), defaultname, false);
215215
}
216216
else

0 commit comments

Comments
 (0)