diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-05-07 01:06:08 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-05-07 01:06:08 +0200 |
commit | 9750a057f2f36c5b88a5bc53c0a051b605dac061 (patch) | |
tree | 4f205d3ed4ecf8d2df665b566674d12372363c7f /redhat/applications/kuickshow/bp003-d97e403f.diff | |
parent | 6bb431be79e8f75c26bbf0f81749fa7738965f65 (diff) | |
download | tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.tar.gz tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.zip |
RHEL/Fedora: massive updates for Fedora 17 (TDE 3.5.13 entire build)
Diffstat (limited to 'redhat/applications/kuickshow/bp003-d97e403f.diff')
-rw-r--r-- | redhat/applications/kuickshow/bp003-d97e403f.diff | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/redhat/applications/kuickshow/bp003-d97e403f.diff b/redhat/applications/kuickshow/bp003-d97e403f.diff new file mode 100644 index 000000000..fdce97a10 --- /dev/null +++ b/redhat/applications/kuickshow/bp003-d97e403f.diff @@ -0,0 +1,23 @@ +commit d97e403f9f70425a59f0d3bdbcfd4dd6360fa6e0 +Author: Darrell Anderson <humanreadable@yahoo.com> +Date: 1331655316 -0500 + + Remove inadvertent renaming. This resolves bug report 863. + +diff --git a/kuickshow/src/imagewindow.cpp b/kuickshow/src/imagewindow.cpp +index 39af7f5..51367f2 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" ); + |