From 4ec89f05be8499a75b7ff4ae9cf2218ec38ce12e Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 10:52:25 +0000 Subject: INTEGRATION: CWS aquabundle (1.2.30); FILE MERGED 2007/05/24 20:53:41 obr 1.2.30.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS --- instsetoo_native/macosx/application/main.applescript | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'instsetoo_native') diff --git a/instsetoo_native/macosx/application/main.applescript b/instsetoo_native/macosx/application/main.applescript index ba7062023c48..a4c4b7fe47d2 100644 --- a/instsetoo_native/macosx/application/main.applescript +++ b/instsetoo_native/macosx/application/main.applescript @@ -4,9 +4,9 @@ * * $RCSfile: main.applescript,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2007-05-10 09:15:16 $ + * last change: $Author: ihi $ $Date: 2007-06-05 11:52:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,7 @@ (*==== (global variables as get-functions) ====*) on getOOInstallPath() - -- return (((path to applications folder from system domain) as string) & "OpenOffice %PRODUCTVERSION.app:" & "Contents:MacOS:") - return (((path to me) as string) & "Contents:MacOS:") + return (((path to me) as string) & "Contents:") end getOOInstallPath on getOOResourcesPath() @@ -45,7 +44,7 @@ on getOOResourcesPath() end getOOResourcesPath on getOOProgramPath() - return (getOOInstallPath() & "program:") + return (getOOInstallPath() & "MacOS:") end getOOProgramPath on getScriptPath() -- cgit