diff options
author | Michael Stahl <mst@openoffice.org> | 2010-10-26 17:01:02 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-10-26 17:01:02 +0200 |
commit | cf387cd5b67e7e2341ddb6427e908aa5d6cadc84 (patch) | |
tree | 93418ce526994912c5bfa26cf31e5363cbb63eb7 /svx/source/dialog | |
parent | c97ef93a330df8ccdcf72f79ae9f78f4d2ca693a (diff) | |
parent | 8d22455d3e7c7e8e25bcb8724754fc764f0e713c (diff) |
merge DEV300_m90
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/sendreportunx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/sendreportunx.cxx b/svx/source/dialog/sendreportunx.cxx index 47a75f668b2f..d59bc9bb1cba 100644 --- a/svx/source/dialog/sendreportunx.cxx +++ b/svx/source/dialog/sendreportunx.cxx @@ -243,7 +243,7 @@ namespace svx{ int ret = -1; rtl::OUString path1( RTL_CONSTASCII_USTRINGPARAM( - "$BRAND_BASE_DIR/program/crash_report.bin")); + "$BRAND_BASE_DIR/program/crashrep")); rtl::Bootstrap::expandMacros(path1); rtl::OString path2; if ((osl::FileBase::getSystemPathFromFileURL(path1, path1) == |