mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
53c1607808
commit
4b5e6c510d
@ -166,7 +166,7 @@ void GLayoutBox::selected()
|
||||
for (; it != end; ++it) {
|
||||
string const & name = (*it)->name();
|
||||
if (name == layoutGuiName) {
|
||||
FunctRequest const func(LFUN_LAYOUT, name,
|
||||
FuncRequest const func(LFUN_LAYOUT, name,
|
||||
FuncRequest::UI);
|
||||
owner_.getLyXFunc().dispatch(func);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user