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:
hjk
2012-08-28 11:33:49 +02:00
parent 47249020bb
commit aa178ebf31

View File

@@ -106,7 +106,7 @@ DebuggerProfileConfigWidget::DebuggerProfileConfigWidget(ProjectExplorer::Profil
QString DebuggerProfileConfigWidget::displayName() const QString DebuggerProfileConfigWidget::displayName() const
{ {
return tr("Debugger command:"); return tr("Debugger:");
} }
void DebuggerProfileConfigWidget::makeReadOnly() void DebuggerProfileConfigWidget::makeReadOnly()