summaryrefslogtreecommitdiff
path: root/scp2/source/sdkoo
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 16:11:28 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 16:11:28 +0000
commit70c8198fcb5bc2a74350a615003e7f913bbf1aa1 (patch)
treeae376db4699cac1ff04792a44d84a437ef6f9904 /scp2/source/sdkoo
parentd04807820b26eb50dc86179bd3e35ec51a77e672 (diff)
INTEGRATION: CWS native110 (1.3.14); FILE MERGED
2007/12/03 15:31:26 is 1.3.14.2: #i82248# creation of language modules 2007/10/04 11:04:57 is 1.3.14.1: #i82251# repackaging, part 3
Diffstat (limited to 'scp2/source/sdkoo')
-rw-r--r--scp2/source/sdkoo/sdkoo.scp20
1 files changed, 10 insertions, 10 deletions
diff --git a/scp2/source/sdkoo/sdkoo.scp b/scp2/source/sdkoo/sdkoo.scp
index a14bfe58b4ee..af17dcb08b3c 100644
--- a/scp2/source/sdkoo/sdkoo.scp
+++ b/scp2/source/sdkoo/sdkoo.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: sdkoo.scp,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2007-09-06 10:10:05 $
+ * last change: $Author: obo $ $Date: 2008-01-04 17:11:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,10 +70,10 @@ File gid_File_Txt_License
TXT_FILE_BODY;
Dir = gid_Dir_Share_Readme;
#ifdef UNX
- README_ALL_LANG(Name, LICENSE);
+ Name = "LICENSE_en-US";
#endif
#ifdef WNT
- README_TXT_ALL_LANG(Name, license, txt);
+ Name = "license_en-US.txt";
#endif
Styles = (PACKED, SCPZIP_REPLACE);
End
@@ -82,10 +82,10 @@ File gid_File_Txt_License_Html
TXT_FILE_BODY;
Dir = gid_Dir_Share_Readme;
#ifdef UNX
- README_TXT_ALL_LANG(Name, LICENSE, html);
+ Name = "LICENSE_en-US.html";
#endif
#ifdef WNT
- README_TXT_ALL_LANG(Name, license, html);
+ Name = "license_en-US.html";
#endif
Styles = (PACKED, SCPZIP_REPLACE);
End
@@ -94,10 +94,10 @@ File gid_File_Txt_Readme
TXT_FILE_BODY;
Dir = gid_Dir_Share_Readme;
#ifdef UNX
- README_ALL_LANG(Name, README);
+ Name = "README_en-US";
#endif
#ifdef WNT
- README_TXT_ALL_LANG(Name, readme, txt);
+ Name = "readme_en-US.txt";
#endif
Styles = (PACKED, SCPZIP_REPLACE);
End
@@ -106,10 +106,10 @@ File gid_File_Txt_Readme_Html
TXT_FILE_BODY;
Dir = gid_Dir_Share_Readme;
#ifdef UNX
- README_TXT_ALL_LANG(Name, README, html);
+ Name = "README_en-US.html";
#endif
#ifdef WNT
- README_TXT_ALL_LANG(Name, readme, html);
+ Name = "readme_en-US.html";
#endif
Styles = (PACKED, SCPZIP_REPLACE);
End