if localizer already registered on construction, refresh

This commit is contained in:
Glenn Maynard
2005-12-30 07:14:21 +00:00
parent 622a6e6698
commit b9f3b4a790
+3
View File
@@ -32,6 +32,9 @@ LocalizedString::LocalizedString( const RString &sSection, const RString &sName
m_sName = sName;
SubscriptionManager<LocalizedString>::Subscribe( this );
if( g_pfnLocalizer != NULL )
Refresh();
}