Added title for the confirm message

This commit is contained in:
Wong Cho Ching
2014-01-30 16:39:20 +08:00
parent 600232967a
commit e19e763120

View File

@@ -125,6 +125,7 @@ void ControllerRackView::deleteController( ControllerView * _view )
{
QMessageBox msgBox;
msgBox.setIcon( QMessageBox::Question );
msgBox.setWindowTitle( tr("Confirm Delete") );
msgBox.setText( tr("Confirm delete? There are existing connection(s) "
"associted with this controller. There is no way to undo.") );
msgBox.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel);