Kaydet (Commit) 0f1dd0dc authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS sb83 (1.10.114); FILE MERGED

2008/02/01 13:25:37 sb 1.10.114.2: RESYNC: (1.10-1.11); FILE MERGED
2008/01/23 15:31:12 sb 1.10.114.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions
üst f6eb05c8
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: recoveryui.cxx,v $ * $RCSfile: recoveryui.cxx,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: vg $ $Date: 2008-01-24 18:20:21 $ * last change: $Author: vg $ $Date: 2008-03-18 12:45:28 $
* *
* 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.
...@@ -222,7 +222,7 @@ static OUString GetCrashConfigDir() ...@@ -222,7 +222,7 @@ static OUString GetCrashConfigDir()
{ {
#if defined(WNT) || defined(OS2) #if defined(WNT) || defined(OS2)
OUString ustrValue = OUString::createFromAscii("${$SYSBINDIR/bootstrap.ini:UserInstallation}"); OUString ustrValue = OUString::createFromAscii("${$BRAND_BASE_DIR/program/bootstrap.ini:UserInstallation}");
#else #else
OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG"); OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG");
#endif #endif
......
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