]> git.lyx.org Git - features.git/commitdiff
Typo
authorPavel Sanda <sanda@lyx.org>
Thu, 5 May 2011 09:19:34 +0000 (09:19 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 5 May 2011 09:19:34 +0000 (09:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38588 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToolbar.cpp

index 7915a4ed9568fcab0ad54456f29c0f4f86c48a74..5a0edfa335419e3fe1557a0411f677517c498614 100644 (file)
@@ -335,8 +335,7 @@ void GuiToolbar::restoreSession()
                settings.value(sessionKey() + "/visibility", error_val).toInt();
        if (visibility == error_val || visibility == 0) {
                // This should not happen, but in case we use the defaults
-               LYXERR0("Session settings could not be found!. "
-                       "Defaults are used instead");
+               LYXERR0("Session settings could not be found! Defaults are used instead.");
                visibility = 
                        guiApp->toolbars().defaultVisibility(fromqstr(objectName()));
        }