fix warning
This commit is contained in:
@@ -888,6 +888,9 @@ void ThemeManager::LoadPreferencesFromSection( const CString &sClassName )
|
|||||||
|
|
||||||
FOREACHS( CString, asNames, sName )
|
FOREACHS( CString, asNames, sName )
|
||||||
{
|
{
|
||||||
|
if( !sName->CompareNoCase("Fallback") )
|
||||||
|
continue;
|
||||||
|
|
||||||
IPreference *pPref = PREFSMAN->GetPreferenceByName( *sName );
|
IPreference *pPref = PREFSMAN->GetPreferenceByName( *sName );
|
||||||
if( pPref == NULL )
|
if( pPref == NULL )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user