mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
Mac compil fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25143 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a1756319b3
commit
cf466ab567
@ -651,7 +651,7 @@ void GuiLayoutBox::selected(int index)
|
||||
resetFilter();
|
||||
return;
|
||||
}
|
||||
lyxerr << "ERROR (layoutSelected): layout not found!" << endl;
|
||||
LYXERR0("ERROR (layoutSelected): layout not found!");
|
||||
}
|
||||
|
||||
|
||||
@ -748,7 +748,7 @@ public:
|
||||
|
||||
ToolbarInfo const * tbinfo = guiApp->toolbars().info(tbitem_.name_);
|
||||
if (!tbinfo) {
|
||||
lyxerr << "Unknown toolbar " << tbitem_.name_ << endl;
|
||||
LYXERR0("Unknown toolbar " << tbitem_.name_);
|
||||
return;
|
||||
}
|
||||
IconPalette * panel = new IconPalette(this);
|
||||
@ -802,7 +802,7 @@ public:
|
||||
connect(bar_, SIGNAL(updated()), m, SLOT(updateParent()));
|
||||
ToolbarInfo const * tbinfo = guiApp->toolbars().info(tbitem_.name_);
|
||||
if (!tbinfo) {
|
||||
lyxerr << "Unknown toolbar " << tbitem_.name_ << endl;
|
||||
LYXERR0("Unknown toolbar " << tbitem_.name_);
|
||||
return;
|
||||
}
|
||||
ToolbarInfo::item_iterator it = tbinfo->items.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user