summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-10-22 14:01:34 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-10-22 14:01:34 +0200
commitb10fdfddb20f66d2b0c572d91b6b6ec54ae02802 (patch)
tree89e0336791edcf474d4f47da280e72318c461957 /src/gui/setup_video.h
parentdbac793645654ac6715e6adecfd9d4a4a1fd8551 (diff)
downloadmana-client-b10fdfddb20f66d2b0c572d91b6b6ec54ae02802.tar.gz
mana-client-b10fdfddb20f66d2b0c572d91b6b6ec54ae02802.tar.bz2
mana-client-b10fdfddb20f66d2b0c572d91b6b6ec54ae02802.tar.xz
mana-client-b10fdfddb20f66d2b0c572d91b6b6ec54ae02802.zip
Changed 'Low CPU' options and related gui widgets name to 'Disable transparency'.
That name is more explicit about what it actually does. Reviewed-by: CodyMartin.
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r--src/gui/setup_video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h
index 0f8a1e70..d0e2c492 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -62,7 +62,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
bool mPickupParticleEnabled;
double mOpacity;
int mFps;
- bool mLowCPUEnabled;
+ bool mSDLTransparencyDisabled;
Being::Speech mSpeechMode;
ModeListModel *mModeListModel;
@@ -108,7 +108,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
int mFontSize;
gcn::DropDown *mFontSizeDropDown;
- gcn::CheckBox *mLowCPUCheckBox;
+ gcn::CheckBox *mDisableSDLTransparencyCheckBox;
};
#endif