Kaydet (Commit) 4ec89f05 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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
üst 797b315b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: main.applescript,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -36,8 +36,7 @@ ...@@ -36,8 +36,7 @@
(*==== (global variables as get-functions) ====*) (*==== (global variables as get-functions) ====*)
on getOOInstallPath() on getOOInstallPath()
-- return (((path to applications folder from system domain) as string) & "OpenOffice %PRODUCTVERSION.app:" & "Contents:MacOS:") return (((path to me) as string) & "Contents:")
return (((path to me) as string) & "Contents:MacOS:")
end getOOInstallPath end getOOInstallPath
on getOOResourcesPath() on getOOResourcesPath()
...@@ -45,7 +44,7 @@ on getOOResourcesPath() ...@@ -45,7 +44,7 @@ on getOOResourcesPath()
end getOOResourcesPath end getOOResourcesPath
on getOOProgramPath() on getOOProgramPath()
return (getOOInstallPath() & "program:") return (getOOInstallPath() & "MacOS:")
end getOOProgramPath end getOOProgramPath
on getScriptPath() on getScriptPath()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment