diff options
author | Eike Rathke <erack@apache.org> | 2011-09-10 14:23:42 +0000 |
---|---|---|
committer | Eike Rathke <erack@apache.org> | 2011-09-10 14:23:42 +0000 |
commit | 803444ec779e83747ba68729230460a6d73ddab9 (patch) | |
tree | 225219dd7383f1d3e09e61deaa93b77ef904f8d7 /solenv | |
parent | 2053c34c87236293d56276f420f9fbcba6454d7b (diff) |
native373: #164472# improvements for msi database
# User Ingo Schmidt <is@openoffice.org>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/windows/idtglobal.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm index 4a54ead9dfd4..3c3c7af7a476 100644 --- a/solenv/bin/modules/installer/windows/idtglobal.pm +++ b/solenv/bin/modules/installer/windows/idtglobal.pm @@ -57,6 +57,7 @@ sub shorten_feature_gid $$stringref =~ s/_Wrt_Flt_/_w_f_/; $$stringref =~ s/_Javafilter_/_jf_/; $$stringref =~ s/_Productivity_/_pr_/; + $$stringref =~ s/_Replacement_/_rpl_/; } ############################################ |