cui: fix up WNT-only code

Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025
This commit is contained in:
Michael Stahl
2013-10-01 12:11:15 +02:00
parent 4e601bda17
commit d0c08311b0

View File

@@ -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