mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 07:06:33 +01:00
Remove ellipses from title of Nyquist Prompt dialogue
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user