[Libreoffice-commits] core.git: solenv/bin
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 7 14:45:46 UTC 2020
solenv/bin/hrcex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d628075b1af0c152e7f50b93b99f3b9744cdc5e7
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Aug 7 12:42:47 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Aug 7 16:45:03 2020 +0200
hrcex operates on .hrc files
Change-Id: I0841c2d99a00b6b18e3dc4baca2b4bb48ab5b97d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100308
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/solenv/bin/hrcex b/solenv/bin/hrcex
index 1c371a1ed48e..54cef2626a19 100755
--- a/solenv/bin/hrcex
+++ b/solenv/bin/hrcex
@@ -11,7 +11,7 @@ try:
myopts, args = getopt.getopt(sys.argv[1:], "i:o:")
except getopt.GetoptError as e:
print(" Syntax: hrcex -i FileIn -o FileOut")
- print(" FileIn: Source files (*.ui)")
+ print(" FileIn: Source files (*.hrc)")
print(" FileOut: Destination file (*.*)")
sys.exit(2)
More information about the Libreoffice-commits
mailing list