debugger: rename 'AttachRemote' to 'StartRemote'

This commit is contained in:
hjk
2009-05-06 13:27:11 +02:00
parent 6e22eda3ad
commit 9ae53e49ca
9 changed files with 34 additions and 37 deletions

View File

@@ -929,8 +929,8 @@ void DebuggerManager::startNewDebugger(DebuggerRunControl *runControl)
m_attachedPID = -1;
break;
}
case AttachRemote: {
AttachRemoteDialog dlg(mainWindow());
case StartRemote: {
StartRemoteDialog dlg(mainWindow());
QStringList arches;
arches.append(_("i386:x86-64:intel"));
dlg.setRemoteArchitectures(arches);