1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: rcheader.txt,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 #*************************************************************************/
33 #if defined(_MSC_VER) && (_MSC_VER < 1500)
38 #define LB_ADDSTRING (WM_USER+1)
39 #define CB_ADDSTRING (WM_USER+3)
40 #define IDC_STATIC (-1)
43 #define VER_FIRSTYEAR 2003
45 #include "version.hrc"
50 #define LANG_KOREAN 82
51 #define LANG_CHINESE 86
52 #define LANG_JAPANESE 81
53 #define PLACEHOLDER LANGUAGE
55 // -----------------------------------------------------------------------
56 // version information
57 // -----------------------------------------------------------------------
59 VS_VERSION_INFO versioninfo
60 fileversion VERSION, SUBVERSION, VERVARIANT, VER_COUNT
61 productversion VERSION, SUBVERSION, VERVARIANT, VER_COUNT
72 fileos VOS_DOS_WINDOWS16
74 fileos VOS_NT_WINDOWS32
78 block "StringFileInfo"
84 value "CompanyName", "OpenOffice.org\0"
85 value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
86 value "FileVersion", PPS(VER_LEVEL) "\0"
87 value "ProductVersion", PPS(VER_LEVEL) "\0"
88 value "OriginalFilename", "SOREPORT.EXE\0"
89 value "InternalName", "CrashReport\0"
90 value "LegalCopyright", S_CRIGHT " Sun Microsystems, Inc.\0"
95 // International StringTable
96 value "CompanyName", "OpenOffice.org\0"
97 value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
98 value "FileVersion", PPS(VER_LEVEL) "\0"
99 value "ProductVersion", PPS(VER_LEVEL) "\0"
100 value "OriginalFilename", "SOREPORT.EXE\0"
101 value "InternalName", "CrashReport\0"
102 value "LegalCopyright", S_CRIGHT " Sun Microsystems, Inc.\0"
110 value "Translation", 0x0407, 1252
112 value "Translation", 0x0409, 1252