1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Config file keys do not need to localize

This commit is contained in:
Paul Licameli 2017-10-05 23:27:59 -04:00
parent d3b1ae512b
commit da5e5e51c9

View File

@ -91,8 +91,8 @@ enum
#define UNINITIALIZED_CONTROL ((double)99999999.99)
static const wxChar *KEY_Version = XO("Version");
static const wxChar *KEY_Command = XO("Command");
static const wxChar *KEY_Version = wxT("Version");
static const wxChar *KEY_Command = wxT("Command");
///////////////////////////////////////////////////////////////////////////////
//