1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-01 15:43:44 +02:00

Get rid of the "=" from the Nyquist prompt name

Hopefully won't cause any probs (shouldn't really)
This commit is contained in:
Leland Lucius 2015-05-16 02:13:57 -05:00
parent a5fb181c58
commit 043f427e7a

View File

@ -30,8 +30,8 @@
#define NYQUISTEFFECTS_VERSION wxT("1.0.0.0")
#define NYQUISTEFFECTS_FAMILY wxT("Nyquist")
#define NYQUIST_PROMPT_ID wxT("=== Nyquist Prompt ===")
#define NYQUIST_WORKER_ID wxT("=== Nyquist Worker ===")
#define NYQUIST_PROMPT_ID wxT("Nyquist Prompt")
#define NYQUIST_WORKER_ID wxT("Nyquist Worker")
enum NyqControlType
{