Correct typo (his -> this).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29711 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2009-05-17 11:36:16 +00:00
parent 8179094fa9
commit 9d2a11fa46

View 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()));