1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 22:23:59 +01:00

Correct some non-wxWidgets literals

This commit is contained in:
lllucius@gmail.com
2014-12-07 05:29:31 +00:00
parent 4503c704dd
commit e023a1120b
7 changed files with 13 additions and 13 deletions

View File

@@ -20,8 +20,8 @@
#include "aeffectx.h"
#define VSTCMDKEY L"-checkvst"
#define VSTPLUGINTYPE L"VST"
#define VSTCMDKEY wxT("-checkvst")
#define VSTPLUGINTYPE wxT("VST")
#define audacityVSTID CCONST('a', 'u', 'D', 'y');