1
0
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:
windinthew 2010-09-21 06:03:52 +00:00
parent afc2818026
commit 31041351c5

View File

@ -414,7 +414,7 @@ bool EffectNyquist::PromptUser()
if (mInteractive) {
NyquistInputDialog dlog(wxGetTopLevelParent(NULL), -1,
_("Nyquist Prompt..."),
_("Nyquist Prompt"),
_("Enter Nyquist Command: "),
mCmd);
dlog.CentreOnParent();