[Libreoffice-commits] core.git: solenv/bin

Fridrich Å trba fridrich.strba at bluewin.ch
Tue Jul 30 01:27:27 PDT 2013


 solenv/bin/modules/installer/windows/property.pm |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b40012bd6d0b5387005253f1d3f03929ce4d1ac6
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Jul 30 10:26:32 2013 +0200

    Advertized shortcuts somehow don't work well with Windows 7 shell
    
    Change-Id: Ifc216cef7091bffe5971bed0b0e0ef65a26e87e0

diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index c5e7751..2244c8b 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -269,6 +269,9 @@ sub set_important_properties
     $onepropertyline = "DONTOPTIMIZELIBS" . "\t" . "0" . "\n";
     push(@{$propertyfile}, $onepropertyline);
 
+    $onepropertyline = "DISABLEADVTSHORTCUTS" . "\t" . "1" . "\n";
+    push(@{$propertyfile}, $onepropertyline);
+
     if ( $installer::globals::officedirhostname )
     {
         my $onepropertyline = "OFFICEDIRHOSTNAME" . "\t" . $installer::globals::officedirhostname . "\n";


More information about the Libreoffice-commits mailing list