From e4551a98fe1516d44f45ec5ea1c5ba8fb8c410e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 27 Nov 2013 03:45:29 +0100 Subject: [PATCH] Use updated DrKonqi instead of internal crash handler This resolves Bug 1738 --- src/basket.h | 2 ++ src/basket_options.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/basket.h b/src/basket.h index 1d1b15a..2396ada 100644 --- a/src/basket.h +++ b/src/basket.h @@ -38,6 +38,8 @@ #include "note.h" // For Note::Zone #include "config.h" +#define BASKET_USE_DRKONQI + class TQVBoxLayout; class TQDomDocument; class TQDomElement; diff --git a/src/basket_options.h b/src/basket_options.h index a8bee89..a9ab549 100644 --- a/src/basket_options.h +++ b/src/basket_options.h @@ -33,7 +33,9 @@ TDECmdLineOptions basket_options[] = { "h", 0, 0 }, { "start-hidden", I18N_NOOP("Hide the main window in the system tray icon on startup"), 0 }, { "k", 0, 0 }, +#ifndef BASKET_USE_DRKONQI { "use-drkonquy", I18N_NOOP("When crashing, use the standard TDE report dialog instead of sending an email"), 0 }, +#endif { "+[file]", I18N_NOOP("Open basket archive or template"), 0 }, TDECmdLineLastOption };