From 75d2ac3461e45cedebb9e4b1a42e82533c4841fe Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Mon, 1 Nov 2010 11:10:41 +0100 Subject: Added missing closing parantheses in dialog.cpp --- src/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog.cpp b/src/dialog.cpp index cfb3fae..6820e49 100644 --- a/src/dialog.cpp +++ b/src/dialog.cpp @@ -67,7 +67,7 @@ void Dialog::on_treeView_activated(QModelIndex index) { } else { QMessageBox::warning( this, trUtf8("vmchooser"), - trUtf8("Vmchooser failed to run the selected session!"); + trUtf8("Vmchooser failed to run the selected session!")); } } -- cgit v1.2.3-55-g7522