if localizer already registered on construction, refresh
This commit is contained in:
@@ -32,6 +32,9 @@ LocalizedString::LocalizedString( const RString &sSection, const RString &sName
|
|||||||
m_sName = sName;
|
m_sName = sName;
|
||||||
|
|
||||||
SubscriptionManager<LocalizedString>::Subscribe( this );
|
SubscriptionManager<LocalizedString>::Subscribe( this );
|
||||||
|
|
||||||
|
if( g_pfnLocalizer != NULL )
|
||||||
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user