Changeset 8404 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj
- Timestamp:
- 2015-05-21T01:18:35+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj
r8331 r8404 14 14 import java.util.Collections; 15 15 import java.util.List; 16 import java.util.Locale; 16 17 17 18 import org.openstreetmap.josm.Main; … … 388 389 ( <PP_NOT> { invert = true; } pp_w() )? 389 390 ( 390 t=<IDENT> { mediatype = t.image.toLowerCase( ); } pp_w()391 t=<IDENT> { mediatype = t.image.toLowerCase(Locale.ENGLISH); } pp_w() 391 392 ( <PP_AND> pp_w() e=pp_media_expression() { pass = pass && e; } pp_w() )* 392 393 |
Note: See TracChangeset
for help on using the changeset viewer.