fix LocalizedString::Load doesn't fill the value
Localize loading messages
This commit is contained in:
@@ -51,7 +51,9 @@ void LocalizedString::Load( const RString &sSection, const RString &sName )
|
||||
{
|
||||
m_sSection = sSection;
|
||||
m_sName = sName;
|
||||
m_sValue = sName;
|
||||
m_sValue = "????";
|
||||
|
||||
Refresh();
|
||||
}
|
||||
|
||||
LocalizedString::operator RString() const
|
||||
|
||||
Reference in New Issue
Block a user