diff options
-rw-r--r-- | svx/source/dialog/crashreportdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx index 74066a8dea7e..23f0bbe4f0b1 100644 --- a/svx/source/dialog/crashreportdlg.cxx +++ b/svx/source/dialog/crashreportdlg.cxx @@ -58,6 +58,7 @@ IMPL_LINK_TYPED(CrashReportDialog, BtnHdl, Button*, pBtn, void) OString aCommand = getLibDir().copy(7) + "/minidump_upload " + ini_path.c_str(); int retVal = std::system(aCommand.getStr()); SAL_WARN_IF(retVal != 0, "crashreport", "Failed to upload minidump. Error Code: " << retVal); + // TODO: moggi: return the id for the user to look it up Close(); } else if (pBtn == mpBtnCancel.get()) |