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:
parent
d3b1ae512b
commit
da5e5e51c9
@ -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");
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user