From: Enrico Forestieri Date: Sun, 17 May 2009 11:36:16 +0000 (+0000) Subject: Correct typo (his -> this). X-Git-Tag: 2.0.0~6539 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9d2a11fa465f0923ab78fd23c6ca462939ff5696;p=features.git Correct typo (his -> this). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29711 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index 6ea353ac5e..67062aa615 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -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()));