]> git.lyx.org Git - features.git/commitdiff
fix cutnpaste error.
authorJürgen Spitzmüller <spitz@lyx.org>
Wed, 25 Aug 2010 06:37:37 +0000 (06:37 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Wed, 25 Aug 2010 06:37:37 +0000 (06:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35196 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiTabular.cpp

index 0828a56a4e2f5f67454384a9c738f0460d58c222..a2ada38468180462c45a01bcc5fec139892b664d 100644 (file)
@@ -229,7 +229,7 @@ void GuiTabular::checkEnabled()
        captionStatusCB->setEnabled(funcEnabled(Tabular::TOGGLE_LTCAPTION));
        
        multicolumnCB->setEnabled(funcEnabled(Tabular::MULTICOLUMN));
-       multirowCB->setEnabled(funcEnabled(Tabular::MULTICOLUMN));
+       multirowCB->setEnabled(funcEnabled(Tabular::MULTIROW));
 
        changed();
 }