summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-13 11:15:16 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-13 11:15:16 -0500
commitd97e403f9f70425a59f0d3bdbcfd4dd6360fa6e0 (patch)
tree3ecbeaa3d8b75af55797f2a6b09fed068d1da939
parent8b922d57b5f8a606c03108fd5dc681898ccafd38 (diff)
downloadtdegraphics-d97e403f9f70425a59f0d3bdbcfd4dd6360fa6e0.tar.gz
tdegraphics-d97e403f9f70425a59f0d3bdbcfd4dd6360fa6e0.zip
Remove inadvertent renaming. This resolves bug report 863.
m---------admin0
-rw-r--r--kuickshow/src/imagewindow.cpp4
2 files changed, 2 insertions, 2 deletions
diff --git a/admin b/admin
-Subproject eb886af35eccf31b370f56bd3d901e9804859e0
+Subproject 1e5f9378a47b7a809f3027ae8f39ef506282575
diff --git a/kuickshow/src/imagewindow.cpp b/kuickshow/src/imagewindow.cpp
index 39af7f51..51367f28 100644
--- a/kuickshow/src/imagewindow.cpp
+++ b/kuickshow/src/imagewindow.cpp
@@ -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" );