XToThemedString -> XToLocalizedString

This commit is contained in:
Chris Danford
2006-01-07 04:11:29 +00:00
parent b2c86171d1
commit 44225ad379
61 changed files with 253 additions and 236 deletions
+3
View File
@@ -11,11 +11,14 @@ public:
static RString LocalizeString( const RString &sSection, const RString &sName );
LocalizedString();
LocalizedString( const RString &sSection, const RString &sName );
~LocalizedString();
void Load( const RString &sSection, const RString &sName );
void Refresh();
operator RString() const;
const RString &GetValue() const;
bool IsLoaded() const;
private:
RString m_sSection;
RString m_sName;