From 9d2a11fa465f0923ab78fd23c6ca462939ff5696 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 17 May 2009 11:36:16 +0000 Subject: [PATCH] Correct typo (his -> this). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29711 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); -- 2.39.2