]> git.lyx.org Git - features.git/commit
Move the message() function from lfunUiToggle to GuiView::dispatch(). Also, let the...
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 30 Jan 2010 16:41:28 +0000 (16:41 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 30 Jan 2010 16:41:28 +0000 (16:41 +0000)
commit0dbfbabc6b4d5c8f1141104b17202122abcef406
tree7e3f050200c1fcda5d19a3725728a7b443689202
parent6ab07eb870fab7a674ed6387eceacd024984bc63
Move the message() function from lfunUiToggle to GuiView::dispatch(). Also, let the lfunUiToggle return a bool and let the parameter be a string instead of the FuncRequest.

(Pavel, what was "FuncRequest fr(LFUN_INSET_INSERT, "fullscreen")" supposed to mean ?).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33279 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiView.cpp