]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QLAction.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QLAction.C
index 58c14f415f8fca1925ce8edeaa24e0230e0676a2..dffe69f170829dce79fcb9b565ef8713d30d2952 100644 (file)
@@ -72,7 +72,7 @@ void QLAction::setAction(FuncRequest const & func)
 void QLAction::update()
 {
        FuncStatus const status = lyxView_.getLyXFunc().getStatus(func_);
-       
+
        this->setChecked(status.onoff(true));
        this->setEnabled(status.enabled());
 }