git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38588 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2011-05-05 09:19:34 +00:00
parent 99bea14fd1
commit b90ef20d36

View 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()));
}