mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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:
parent
8179094fa9
commit
9d2a11fa46
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user