Remove inadvertent renaming. This resolves bug report 863.

pull/1/head
Darrell Anderson 12 years ago
parent 8b922d57b5
commit d97e403f9f

@ -1 +1 @@
Subproject commit eb886af35eccf31b370f56bd3d901e9804859e06
Subproject commit 1e5f9378a47b7a809f3027ae8f39ef5062825756

@ -182,10 +182,10 @@ void ImageWindow::setupActions()
TQT_TQOBJECT(this), TQT_SLOT( rotate270() ),
m_actions, "rotate270" );
new KAction( i18n("FlipQt::Horizontally"), Key_Asterisk,
new KAction( i18n("Flip Horizontally"), Key_Asterisk,
TQT_TQOBJECT(this), TQT_SLOT( flipHoriz() ),
m_actions, "flip_horicontally" );
new KAction( i18n("FlipQt::Vertically"), Key_Slash,
new KAction( i18n("Flip Vertically"), Key_Slash,
TQT_TQOBJECT(this), TQT_SLOT( flipVert() ),
m_actions, "flip_vertically" );

Loading…
Cancel
Save