summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-16 18:57:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-16 18:57:02 +0300
commit3d8682618f0b46a334f9db5dd0c780f671e7f072 (patch)
tree62b43485aa4212f771fbf2f32bb70d90d961fddd
parent1500000ac63b0a51760e85498a106f2673714a97 (diff)
downloadplus-3d8682618f0b46a334f9db5dd0c780f671e7f072.tar.gz
plus-3d8682618f0b46a334f9db5dd0c780f671e7f072.tar.bz2
plus-3d8682618f0b46a334f9db5dd0c780f671e7f072.tar.xz
plus-3d8682618f0b46a334f9db5dd0c780f671e7f072.zip
temorary disable rate button.v1.3.3.17
-rw-r--r--src/gui/quitdialog.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/quitdialog.cpp b/src/gui/quitdialog.cpp
index 51e6cdba7..4ded1450f 100644
--- a/src/gui/quitdialog.cpp
+++ b/src/gui/quitdialog.cpp
@@ -91,7 +91,8 @@ QuitDialog::QuitDialog(QuitDialog **const pointerToMe):
placeOption(placer, mSwitchCharacter);
}
-#ifdef ANDROID
+//#ifdef ANDROID
+/*
if (config.getBoolValue("rated") == false
&& config.getIntValue("gamecount") > 3)
{
@@ -100,7 +101,8 @@ QuitDialog::QuitDialog(QuitDialog **const pointerToMe):
mOptions[mOptions.size() - 1]->setSelected(true);
}
else
-#endif
+*/
+//#endif
{
mOptions[0]->setSelected(true);
}