Changeset 12841 in josm for trunk/src/org/openstreetmap/josm/gui/widgets
- Timestamp:
- 2017-09-13T16:30:27+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/widgets/HistoryComboBox.java
r12304 r12841 24 24 */ 25 25 public HistoryComboBox() { 26 int maxsize = Main.pref.getInt eger("search.history-size", DEFAULT_SEARCH_HISTORY_SIZE);26 int maxsize = Main.pref.getInt("search.history-size", DEFAULT_SEARCH_HISTORY_SIZE); 27 27 model = new ComboBoxHistory(maxsize); 28 28 setModel(model);
Note:
See TracChangeset
for help on using the changeset viewer.