summaryrefslogtreecommitdiffstats
path: root/src/basket_options.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-11-27 03:45:29 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-11-27 03:45:29 +0100
commite4551a98fe1516d44f45ec5ea1c5ba8fb8c410e9 (patch)
tree8206ed556d76f23b6380dd4f78e40edea5e1661f /src/basket_options.h
parent4c817db1ccaf48d5e32fe8ae200e8397944ac0e9 (diff)
downloadbasket-e4551a98fe1516d44f45ec5ea1c5ba8fb8c410e9.tar.gz
basket-e4551a98fe1516d44f45ec5ea1c5ba8fb8c410e9.zip
Use updated DrKonqi instead of internal crash handler
This resolves Bug 1738
Diffstat (limited to 'src/basket_options.h')
-rw-r--r--src/basket_options.h2
1 files changed, 2 insertions, 0 deletions
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
};