From 3767d494073e313074135297b700483870cbf497 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 25 May 2015 03:27:27 +0200 Subject: [PATCH] resolved typo --- cockatrice/src/window_sets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/window_sets.cpp b/cockatrice/src/window_sets.cpp index b530cc92..b2c9ce3c 100644 --- a/cockatrice/src/window_sets.cpp +++ b/cockatrice/src/window_sets.cpp @@ -92,7 +92,7 @@ WndSets::WndSets(QWidget *parent) QLabel *labNotes = new QLabel; - labNotes->setText("" + tr("hints:") + "" + "")); + labNotes->setText("" + tr("hints:") + "" + ""); QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel); connect(buttonBox, SIGNAL(accepted()), this, SLOT(actSave()));