[Libreoffice-commits] .: solenv/bin

Andras Timar timar at kemper.freedesktop.org
Tue Sep 20 04:45:26 PDT 2011


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

New commits:
commit 741ecf579da18b3fb9a8c90938d420b10a3b3cc5
Author: Andras Timar <atimar at suse.com>
Date:   Tue Sep 20 13:45:11 2011 +0200

    add 'qtz' key id lang code to ALL case

diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index fd5791b..7887a46 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -90,7 +90,7 @@ if ($langs eq 'ALL') {
     @larr = readdir(DIR);
     @larr = grep { $_ ne '.' } @larr;
     @larr = grep { $_ ne '..' } @larr;
-    @larr = (@larr,"en-US");
+    @larr = (@larr,"en-US","qtz");
     closedir(DIR);
 }
 else {


More information about the Libreoffice-commits mailing list