summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-09-04 06:14:49 +0000
committerRüdiger Timm <rt@openoffice.org>2008-09-04 06:14:49 +0000
commit54eccc9ca655787f4b344b5d6e93a39865ec152c (patch)
treef9a774378f3b42e2fb65d0a7a1037edf08e49386 /solenv/bin
parent840dbf4f2d07a91c3dee49042c681db7dfefdc46 (diff)
INTEGRATION: CWS native193_DEV300 (1.17.154); FILE MERGED
2008/09/02 15:49:21 is 1.17.154.1: #i92973# fixes for Windows language packs
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/windows/registry.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/registry.pm b/solenv/bin/modules/installer/windows/registry.pm
index 53485e382047..1c8d171fee56 100644
--- a/solenv/bin/modules/installer/windows/registry.pm
+++ b/solenv/bin/modules/installer/windows/registry.pm
@@ -8,7 +8,7 @@
#
# $RCSfile: registry.pm,v $
#
-# $Revision: 1.17 $
+# $Revision: 1.18 $
#
# This file is part of OpenOffice.org.
#
@@ -93,6 +93,7 @@ sub get_registry_component_name
$componentname = $componentname . $addon;
+ if (( $styles =~ /\bLANGUAGEPACK\b/ ) && ( $installer::globals::languagepack )) { $componentname = $componentname . "_lang"; }
if ( $styles =~ /\bALWAYS_REQUIRED\b/ ) { $componentname = $componentname . "_forced"; }
return $componentname;