--- a/QTfrontend/gameuiconfig.cpp Thu Sep 10 15:29:28 2009 +0000
+++ b/QTfrontend/gameuiconfig.cpp Thu Sep 10 15:30:11 2009 +0000
@@ -58,7 +58,7 @@
QObject::tr("Please, enter your nickname"),
QLineEdit::Normal,
QDir::home().dirName());
-
+
Form->ui.pageOptions->editNetNick->setText(netNick);
delete netHost;
@@ -73,12 +73,12 @@
Form->ui.pageOptions->CBAltDamage->setChecked(value("misc/altdamage", false).toBool());
Form->ui.pageOptions->CBNameWithDate->setChecked(value("misc/appendTimeToRecords", false).toBool());
-
+
#ifdef __APPLE__
//autoupdate
Form->ui.pageOptions->CBAutoUpdate->setChecked(value("misc/autoUpdate", true).toBool());
#endif
-
+
depth = QApplication::desktop()->depth();
if (depth < 16) depth = 16;
else if (depth > 16) depth = 32;
@@ -134,11 +134,11 @@
setValue("misc/altdamage", isAltDamageEnabled());
setValue("misc/appendTimeToRecords", appendDateTimeToRecordName());
-
+
#ifdef __APPLE__
//autoupdate
setValue("misc/autoUpdate", isAutoUpdateEnabled());
-#endif
+#endif
}
QRect GameUIConfig::vid_Resolution()