]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@comcast.net>
Fri, 22 Oct 2010 17:08:57 +0000 (17:08 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 22 Oct 2010 17:08:57 +0000 (17:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35780 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiAlert.cpp

index 792a033f0657e1d5217363bf8002e233a6651d81..5166934e2f88431a071d684bef8efe14d08579ee 100644 (file)
@@ -353,7 +353,7 @@ bool askForText(docstring & response, docstring const & msg,
 #ifdef EXPORT_in_THREAD
        return InGuiThread<bool>().call(&doAskForText,
 #else
-       return doAskGForText(
+       return doAskForText(
 #endif
                                response, msg, dflt);
 }