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:
parent
a5fb181c58
commit
043f427e7a
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user