]> git.lyx.org Git - lyx.git/commitdiff
Correct typo (his -> this).
authorEnrico Forestieri <forenr@lyx.org>
Sun, 17 May 2009 11:36:16 +0000 (11:36 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 17 May 2009 11:36:16 +0000 (11:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29711 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiTabular.cpp

index 6ea353ac5e0b961461c66cf5818d8f496aae403c..67062aa615f4f34a3f1890014e63fe115a7a35b5 100644 (file)
@@ -137,7 +137,7 @@ GuiTabular::GuiTabular(GuiView & lv)
        connect(rotateTabularCB, SIGNAL(clicked()),
                this, SLOT(rotateTabular()));
        connect(rotateCellCB, SIGNAL(clicked()),
-               his, SLOT(rotateCell()));
+               this, SLOT(rotateCell()));
        connect(longTabularCB, SIGNAL(clicked()),
                this, SLOT(longTabular()));