forked from qt-creator/qt-creator
debugger: Shorten "Debugger command:" to "Debugger:"
Sticks out in the target setup page otherwise. Change-Id: I2b9e657dc05ff41e6e511e7bdd1abf5f83800bca Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -106,7 +106,7 @@ DebuggerProfileConfigWidget::DebuggerProfileConfigWidget(ProjectExplorer::Profil
|
||||
|
||||
QString DebuggerProfileConfigWidget::displayName() const
|
||||
{
|
||||
return tr("Debugger command:");
|
||||
return tr("Debugger:");
|
||||
}
|
||||
|
||||
void DebuggerProfileConfigWidget::makeReadOnly()
|
||||
|
Reference in New Issue
Block a user