trivial typo; unfortunately I can't compile the gtk frontend currently

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9207 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-11-08 14:17:17 +00:00
parent 53c1607808
commit 4b5e6c510d

View File

@ -166,7 +166,7 @@ void GLayoutBox::selected()
for (; it != end; ++it) { for (; it != end; ++it) {
string const & name = (*it)->name(); string const & name = (*it)->name();
if (name == layoutGuiName) { if (name == layoutGuiName) {
FunctRequest const func(LFUN_LAYOUT, name, FuncRequest const func(LFUN_LAYOUT, name,
FuncRequest::UI); FuncRequest::UI);
owner_.getLyXFunc().dispatch(func); owner_.getLyXFunc().dispatch(func);
return; return;