GUI Update. Mostly with Input Control Beta :)

This was SVN commit r1904.
This commit is contained in:
Gee
2005-02-05 07:25:16 +00:00
parent 6af0d7cfd3
commit 4113aa0a36
10 changed files with 1245 additions and 389 deletions
+2 -2
View File
@@ -224,10 +224,10 @@ bool IGUIObject::SettingExists(const CStr& Setting) const
if (!GUI<type>::ParseString(Value, _Value)) \
return PS_FAIL; \
\
GUI<type>::SetSetting(this, Setting, _Value); \
GUI<type>::SetSetting(this, Setting, _Value, SkipMessage); \
}
PS_RESULT IGUIObject::SetSetting(const CStr& Setting, const CStr& Value)
PS_RESULT IGUIObject::SetSetting(const CStr& Setting, const CStr& Value, const bool& SkipMessage)
{
if (!SettingExists(Setting))
{