solenv/bin/hrcex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d628075b1af0c152e7f50b93b99f3b9744cdc5e7
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Aug 7 12:42:47 2020 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@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)
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to