Home
last modified time | relevance | path

Searched refs:IDS_CHEATS_EXPORTEXISTING (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/language/
H A Dresource.h985 #define IDS_CHEATS_EXPORTEXISTING 40296 macro
H A Dlanguage.rc1739 IDS_CHEATS_EXPORTEXISTING "File already exists. Do you want to combine the data?"
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogCheats.cpp658 if (path.FileExists() && User::Confirm( IDS_CHEATS_EXPORTEXISTING )) in OnCmdExport()