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();
|
resetFilter();
|
||||||
return;
|
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_);
|
ToolbarInfo const * tbinfo = guiApp->toolbars().info(tbitem_.name_);
|
||||||
if (!tbinfo) {
|
if (!tbinfo) {
|
||||||
lyxerr << "Unknown toolbar " << tbitem_.name_ << endl;
|
LYXERR0("Unknown toolbar " << tbitem_.name_);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
IconPalette * panel = new IconPalette(this);
|
IconPalette * panel = new IconPalette(this);
|
||||||
@ -802,7 +802,7 @@ public:
|
|||||||
connect(bar_, SIGNAL(updated()), m, SLOT(updateParent()));
|
connect(bar_, SIGNAL(updated()), m, SLOT(updateParent()));
|
||||||
ToolbarInfo const * tbinfo = guiApp->toolbars().info(tbitem_.name_);
|
ToolbarInfo const * tbinfo = guiApp->toolbars().info(tbitem_.name_);
|
||||||
if (!tbinfo) {
|
if (!tbinfo) {
|
||||||
lyxerr << "Unknown toolbar " << tbitem_.name_ << endl;
|
LYXERR0("Unknown toolbar " << tbitem_.name_);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ToolbarInfo::item_iterator it = tbinfo->items.begin();
|
ToolbarInfo::item_iterator it = tbinfo->items.begin();
|
||||||
|
Loading…
Reference in New Issue
Block a user