summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:01:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:34:27 +0100
commit68f777425da5e42dab90e57eb5c1f54025daaf3d (patch)
tree3a2b53bf7c7c2719a606e440bfa9d4b4fd19b285
parent998964502d0ac3c25d5ba83f959ccadd818ba62a (diff)
downloadexperimental-68f777425da5e42dab90e57eb5c1f54025daaf3d.tar.gz
experimental-68f777425da5e42dab90e57eb5c1f54025daaf3d.zip
Fix incorrectly renamed strings
(cherry picked from commit 857daefc376d3b23fb6a807f28061c5209ed2ce6)
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt3_batch48
1 files changed, 4 insertions, 4 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch4 b/qt3-tqt3/convert_qt_itself_qt3_batch4
index 296457e..f6594af 100755
--- a/qt3-tqt3/convert_qt_itself_qt3_batch4
+++ b/qt3-tqt3/convert_qt_itself_qt3_batch4
@@ -78,10 +78,10 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt20fix/tqt
# Clean up unintended renames
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqtconv2ui/tqtconv2ui/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqvfb/tqvfb/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/BlindsQt::Vertical/Blinds::Vertical/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/BlindsQt::Horizontal/Blinds::Horizontal/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Flip::Vertical/Flip::Vertical/g' {} \;
-find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/Flip::Horizontal/Flip::Horizontal/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/BlindsQt::Vertical/Blinds Vertical/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/BlindsQt::Horizontal/Blinds Horizontal/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/FlipQt::Vertical/Flip Vertical/g' {} \;
+find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/FlipQt::Horizontal/Flip Horizontal/g' {} \;
# Rename little-used libraries
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/-leditor/-ltqteditor/g' {} \;