summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 10:52:25 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 10:52:25 +0000
commit4ec89f05be8499a75b7ff4ae9cf2218ec38ce12e (patch)
tree75d81d9696b1c2184a7848df709a18b5fa2312f2 /instsetoo_native
parent797b315b407ec7099ee370d582ab113e3f5ca545 (diff)
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
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/macosx/application/main.applescript9
1 files changed, 4 insertions, 5 deletions
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()