summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-04 12:17:19 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-04 12:17:19 +0200
commit5489a2c6742658dd21136b9517ed5bbc9f49d964 (patch)
tree32a5518df74ba021a44ba7e7abb1b19575845d1b
parent04d8df539c952dbc31c1ec37779083294d05509a (diff)
downloadexperimental-5489a2c6742658dd21136b9517ed5bbc9f49d964.tar.gz
experimental-5489a2c6742658dd21136b9517ed5bbc9f49d964.zip
Fix unintended renaming of acquire in convert_existing_qt3_app_to_tqt3 script
-rwxr-xr-xqt3-tqt3/convert_existing_qt3_app_to_tqt33
1 files changed, 3 insertions, 0 deletions
diff --git a/qt3-tqt3/convert_existing_qt3_app_to_tqt3 b/qt3-tqt3/convert_existing_qt3_app_to_tqt3
index bcf6f9f..22a2345 100755
--- a/qt3-tqt3/convert_existing_qt3_app_to_tqt3
+++ b/qt3-tqt3/convert_existing_qt3_app_to_tqt3
@@ -37,6 +37,9 @@ xargs -r0 sed -i \
-e 's/\([^abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)tquit/\1quit/g' \
-e 's/^tquit/quit/g' \
\
+ -e 's/ACTQUIRE/ACQUIRE/g' \
+ -e 's/Actquire/Acquire/g' \
+ -e 's/actquire/acquire/g' \
-e 's/RETQUIRE/REQUIRE/g' \
-e 's/Retquire/Require/g' \
-e 's/retquire/require/g'