Conflicts:
	core/localization/GuiText.java
This commit is contained in:
AlgorithmX2
2014-05-31 20:58:52 -05:00
21 changed files with 861 additions and 21 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ public class ItemRepo
String dspName = Platform.getItemDisplayName( is );
notDone = true;
if ( m.matcher( dspName ).find() )
if ( m.matcher( dspName.toLowerCase() ).find() )
{
view.add( is );
notDone = false;