mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
Typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38588 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
99bea14fd1
commit
b90ef20d36
@ -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()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user