--- a/QTfrontend/ui/page/pageoptions.cpp Sun Jan 15 23:14:10 2012 +0100
+++ b/QTfrontend/ui/page/pageoptions.cpp Sun Jan 15 23:35:02 2012 +0100
@@ -275,7 +275,7 @@
GBAlayout->addWidget(CBFrontendFullscreen);
CBFrontendEffects = new QCheckBox(AGGroupBox);
- CBFrontendEffects->setText(QCheckBox::tr("Frontend effects") + " *");
+ CBFrontendEffects->setText(QCheckBox::tr("Frontend effects"));
GBAlayout->addWidget(CBFrontendEffects);
CBEnableFrontendSound = new QCheckBox(AGGroupBox);
@@ -391,11 +391,6 @@
hr->setFixedHeight(10);
GBAlayout->addWidget(hr);
- QLabel *restartNote = new QLabel(this);
- restartNote->setText(QString("* ") + QLabel::tr("Restart game to apply"));
- restartNote->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
- GBAlayout->addWidget(restartNote);
-
gbTBLayout->addWidget(AGGroupBox, 0, 1, 3, 1);
}