NUMSG_NO_PPC,
NUMSG_UAEBOOTROM_PPC,
NUMSG_NOMEMORY,
+ NUMSG_INPUT_NONE,
NUMSG_LAST
} notify_user_msg;
TCHAR *customp = NULL;
if (name)
- _tcscpy (name, _T("<none>"));
+ translate_message(NUMSG_INPUT_NONE, name);
if (custom)
custom[0] = 0;
if (pflags)
#define IDS_GAMEPORTS_CUSTOM 437
#define IDS_FILTER_LABELS 438
#define IDS_CURRENT_HOST 439
+#define IDS_NONE2 440
#define IDS_QS_MODELS 1000
#define IDS_QS_MODEL_A500 1001
#define IDS_QS_MODEL_A500P 1002
IDS_GAMEPORTS_CUSTOM "Custom"
IDS_FILTER_LABELS "Null\nScale2X\nhq2x\nhq3x\nhq4x\nSuperEagle\nSuper2xSaI\n2xSaI\nPAL\n"
IDS_CURRENT_HOST "Current host configuration"
+ IDS_NONE2 "<none>"
END
#endif // English (United Kingdom) resources
NUMSG_NO_PPC, IDS_NUMSG_NO_PPC,
NUMSG_UAEBOOTROM_PPC, IDS_NUMSG_UAEBOOTROM_PCC,
NUMSG_NOMEMORY, IDS_NUMSG_NOMEMORY,
+ NUMSG_INPUT_NONE, IDS_NONE2,
-1
};