RunConfiguration: Assign button shortcuts

Change-Id: I72d9f18de5d3ef21986db2aca3b9208b65d9fd53
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Serhii Moroz
2017-01-11 21:48:46 +02:00
committed by Orgad Shaneh
parent 16944277d2
commit 22ac7534a5

View File

@@ -689,7 +689,7 @@ bool RunControl::promptToStop(bool *optionalPrompt) const
const QString msg = tr("<html><head/><body><center><i>%1</i> is still running.<center/>" const QString msg = tr("<html><head/><body><center><i>%1</i> is still running.<center/>"
"<center>Force it to quit?</center></body></html>").arg(displayName()); "<center>Force it to quit?</center></body></html>").arg(displayName());
return showPromptToStopDialog(tr("Application Still Running"), msg, return showPromptToStopDialog(tr("Application Still Running"), msg,
tr("Force Quit"), tr("Keep Running"), tr("Force &Quit"), tr("&Keep Running"),
optionalPrompt); optionalPrompt);
} }