No more lower cases!
This commit is contained in:
parent
c3549e483c
commit
4b14fc7f10
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue