mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-26 01:18: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) {
|
if (mInteractive) {
|
||||||
NyquistInputDialog dlog(wxGetTopLevelParent(NULL), -1,
|
NyquistInputDialog dlog(wxGetTopLevelParent(NULL), -1,
|
||||||
_("Nyquist Prompt..."),
|
_("Nyquist Prompt"),
|
||||||
_("Enter Nyquist Command: "),
|
_("Enter Nyquist Command: "),
|
||||||
mCmd);
|
mCmd);
|
||||||
dlog.CentreOnParent();
|
dlog.CentreOnParent();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user