cui: fix up WNT-only code
Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025
This commit is contained in:
@@ -965,7 +965,7 @@ void TPGalleryThemeProperties::FillFilterList()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(WNT)
|
#if defined(WNT)
|
||||||
if ( aExtensions.Len() > 240 )
|
if (aExtensions.getLength() > 240)
|
||||||
aExtensions = "*.*";
|
aExtensions = "*.*";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user