mirror of
https://github.com/Alcaro/Flips.git
synced 2026-04-04 16:34:47 -05:00
don't swap these buttons' labels, fixes #90
This commit is contained in:
parent
07162cac69
commit
2ddc19d27b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user