No more lower cases!

This commit is contained in:
AlgorithmX2 2014-02-06 20:44:37 -06:00
parent c3549e483c
commit 4b14fc7f10

View file

@ -105,7 +105,7 @@ public class ItemRepo
String dspName = Platform.getItemDisplayName( is );
notDone = true;
if ( m.matcher( dspName.toLowerCase() ).find() )
if ( m.matcher( dspName ).find() )
{
view.add( is );
notDone = false;