summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-28 12:00:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-28 12:00:41 +0000
commite2262b5aee4aa5218180472588dfa5ef0ff68f88 (patch)
tree60c79488596ee0e3bbf614feb79e3844db7511b4 /crashrep
parent8485c13c23dc0e3b53d561ed1d8f27a0bcfc9af2 (diff)
INTEGRATION: CWS nativefixer18 (1.21.28); FILE MERGED
2005/09/26 11:43:22 is 1.21.28.3: RESYNC: (1.21-1.22); FILE MERGED 2005/09/19 13:59:58 hro 1.21.28.2: #124960# ProductKey still resides in bootstraprc 2005/08/25 10:08:18 hro 1.21.28.1: #124960# Use versionrc for build id
Diffstat (limited to 'crashrep')
-rwxr-xr-xcrashrep/source/unx/main.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx
index 9db5caab9e22..970e23667972 100755
--- a/crashrep/source/unx/main.cxx
+++ b/crashrep/source/unx/main.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: main.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:42:22 $
+ * last change: $Author: hr $ $Date: 2005-09-28 13:00:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1020,7 +1020,7 @@ static bool setup_version()
}
}
- g_buildid = get_profile_string( "bootstraprc", "Bootstrap", "BuildId" );
+ g_buildid = get_profile_string( "versionrc", "Version", "BuildId" );
g_strDefaultLanguage = get_script_string( "instdb.ins", "DefaultLanguage" );
g_strReportServer = get_profile_string( "bootstraprc", "ErrorReport", "ErrorReportServer" );