forked from qt-creator/qt-creator
fix typo in ui file
This commit is contained in:
@@ -106,13 +106,7 @@ const char * const JUMP_TO_LINE = "Debugger.JumpToLine";
|
|||||||
const char * const TOGGLE_BREAK = "Debugger.ToggleBreak";
|
const char * const TOGGLE_BREAK = "Debugger.ToggleBreak";
|
||||||
const char * const BREAK_BY_FUNCTION = "Debugger.BreakByFunction";
|
const char * const BREAK_BY_FUNCTION = "Debugger.BreakByFunction";
|
||||||
const char * const BREAK_AT_MAIN = "Debugger.BreakAtMain";
|
const char * const BREAK_AT_MAIN = "Debugger.BreakAtMain";
|
||||||
const char * const DEBUG_DUMPERS = "Debugger.DebugDumpers";
|
|
||||||
const char * const ADD_TO_WATCH = "Debugger.AddToWatch";
|
const char * const ADD_TO_WATCH = "Debugger.AddToWatch";
|
||||||
const char * const USE_CUSTOM_DUMPERS = "Debugger.UseCustomDumpers";
|
|
||||||
const char * const USE_FAST_START = "Debugger.UseFastStart";
|
|
||||||
const char * const USE_TOOL_TIPS = "Debugger.UseToolTips";
|
|
||||||
const char * const SKIP_KNOWN_FRAMES = "Debugger.SkipKnownFrames";
|
|
||||||
const char * const DUMP_LOG = "Debugger.DumpLog";
|
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
const char * const INTERRUPT_KEY = "Shift+F5";
|
const char * const INTERRUPT_KEY = "Shift+F5";
|
||||||
@@ -291,10 +285,6 @@ QWidget *GdbOptionPage::createPage(QWidget *parent)
|
|||||||
//cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+D,Ctrl+L")));
|
//cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+D,Ctrl+L")));
|
||||||
cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+F11")));
|
cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+F11")));
|
||||||
mdebug->addAction(cmd);
|
mdebug->addAction(cmd);
|
||||||
|
|
||||||
cmd = am->registerAction(m_manager->m_debugDumpersAction,
|
|
||||||
Constants::DEBUG_DUMPERS, debuggercontext);
|
|
||||||
mdebug->addAction(cmd);
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<widget class="QLineEdit" name="environmentEdit"/>
|
<widget class="QLineEdit" name="environmentEdit"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="labelGdbLocaltion">
|
<widget class="QLabel" name="labelGdbLocation">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>This is either a full abolute path leading to the gdb binary you intend to use or the name of a gdb binary that wiull be searched in your PATH.</string>
|
<string>This is either a full abolute path leading to the gdb binary you intend to use or the name of a gdb binary that wiull be searched in your PATH.</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user