summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Darmochwal2010-11-01 11:10:41 +0100
committerJan Darmochwal2010-11-01 11:10:41 +0100
commit75d2ac3461e45cedebb9e4b1a42e82533c4841fe (patch)
tree1eb3accbed5bccb3ac065bf5193e99e1707a80fd
parentRemoved old .xpm logos (diff)
downloadvmchooser-75d2ac3461e45cedebb9e4b1a42e82533c4841fe.tar.gz
vmchooser-75d2ac3461e45cedebb9e4b1a42e82533c4841fe.tar.xz
vmchooser-75d2ac3461e45cedebb9e4b1a42e82533c4841fe.zip
Added missing closing parantheses in dialog.cpp
-rw-r--r--src/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
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!"));
}
}