From 4b5e6c510db3397e85665316358e06f9512709e0 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 8 Nov 2004 14:17:17 +0000 Subject: [PATCH] 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 --- src/frontends/gtk/GToolbar.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/gtk/GToolbar.C b/src/frontends/gtk/GToolbar.C index caeaa43266..9c1fb1baa1 100644 --- a/src/frontends/gtk/GToolbar.C +++ b/src/frontends/gtk/GToolbar.C @@ -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; -- 2.39.5