git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36062 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-04 15:35:12 +00:00
parent f9f0c57da2
commit 2810b7aef7

View File

@ -42,7 +42,7 @@ class Toolbars;
/// The Qt main application class
/**
There should be only one instance of this class. No Qt object
initialisation should be done before the instanciation of this class.
initialisation should be done before the instantiation of this class.
*/
class GuiApplication : public QApplication, public Application
{