Changeset 36395 in osm for applications/editors/josm/i18n
- Timestamp:
- 2025-02-20T17:15:16+01:00 (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convpreset.pl
r35737 r36395 66 66 { 67 67 $chunk = fix($1); 68 print "/* $line */\n"; 68 69 } 69 70 elsif($line =~ /<group.*\s+name=(".*?")/) … … 204 205 { 205 206 $chunk = ""; 207 print "\n"; 206 208 } 207 209 elsif($line =~ /<\/(combo|multiselect)/) 208 210 { 209 211 $combo_n = ""; 212 $combo_type = ""; 210 213 print "\n"; 211 214 }
Note:
See TracChangeset
for help on using the changeset viewer.