make more strings localizable

This commit is contained in:
Chris Danford
2006-01-08 18:40:20 +00:00
parent f6d11943ab
commit fc18dbd342
28 changed files with 108 additions and 97 deletions
+3
View File
@@ -12,6 +12,9 @@ public:
LocalizedStringImpl( const RString& sGroup, const RString& sName ) :
ThemeMetric<RString>( sGroup, sName )
{
// Ugly. Our virtual method Read() isn't yet set up when Read gets
// called through the constructor. Read again explicitly.
Read();
}
virtual void Read()