From 31041351c59bcf50f2f92cd2bb5f6610c9266e21 Mon Sep 17 00:00:00 2001 From: windinthew Date: Tue, 21 Sep 2010 06:03:52 +0000 Subject: [PATCH] Remove ellipses from title of Nyquist Prompt dialogue --- src/effects/nyquist/Nyquist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index c329e18a3..5ada37d5c 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -414,7 +414,7 @@ bool EffectNyquist::PromptUser() if (mInteractive) { NyquistInputDialog dlog(wxGetTopLevelParent(NULL), -1, - _("Nyquist Prompt..."), + _("Nyquist Prompt"), _("Enter Nyquist Command: "), mCmd); dlog.CentreOnParent();