Changeset 19460 in josm


Ignore:
Timestamp:
2026-01-10T13:30:17+01:00 (43 hours ago)
Author:
stoecker
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java

    r19459 r19460  
    168168                try {
    169169                    // NumberFormat cannot parse negative for hr_HR and also needs a workaround for the +
    170                     // see #2374
     170                    // see #24374
    171171                    final int buttonvalue = Integer.parseInt(ai);
    172172                    if (auto_increment_selected == buttonvalue) aibutton.setSelected(true);
Note: See TracChangeset for help on using the changeset viewer.