mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
Remove ellipses from title of Nyquist Prompt dialogue
This commit is contained in:
parent
afc2818026
commit
31041351c5
@ -414,7 +414,7 @@ bool EffectNyquist::PromptUser()
|
||||
|
||||
if (mInteractive) {
|
||||
NyquistInputDialog dlog(wxGetTopLevelParent(NULL), -1,
|
||||
_("Nyquist Prompt..."),
|
||||
_("Nyquist Prompt"),
|
||||
_("Enter Nyquist Command: "),
|
||||
mCmd);
|
||||
dlog.CentreOnParent();
|
||||
|
Loading…
x
Reference in New Issue
Block a user