summaryrefslogtreecommitdiffstats
path: root/src/progs/base/debug_config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/base/debug_config.cpp')
-rw-r--r--src/progs/base/debug_config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/base/debug_config.cpp b/src/progs/base/debug_config.cpp
index b1bbda4..a980478 100644
--- a/src/progs/base/debug_config.cpp
+++ b/src/progs/base/debug_config.cpp
@@ -9,6 +9,6 @@
#include "debug_config.h"
const Debugger::Config::Data Debugger::Config::DATA[Nb_Types] = {
- { "only_stop_on_source_line", I18N_NOOP("Only stop stepping on source line."), TQVariant(true, 0) },
- { "only_stop_on_project_source_line", I18N_NOOP("Only stop stepping on project source line."), TQVariant(true, 0) }
+ { "only_stop_on_source_line", I18N_NOOP("Only stop stepping on source line."), TQVariant(true) },
+ { "only_stop_on_project_source_line", I18N_NOOP("Only stop stepping on project source line."), TQVariant(true) }
};