Ignore:
Timestamp:
2006-07-23T20:21:05+02:00 (20 years ago)
Author:
imi
Message:
  • added en_GB as language (thanks Bruce Cowan)
  • added default_values - property to <combo> tag for annotation presets.
  • fixed NPE in AnnotationTester
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/PreferenceDialog.java

    r119 r123  
    132132         */
    133133        private JComboBox lafCombo = new JComboBox(UIManager.getInstalledLookAndFeels());
    134         private JComboBox languages = new JComboBox(new Locale[]{Locale.ENGLISH, Locale.GERMAN, Locale.FRENCH});
     134        private JComboBox languages = new JComboBox(new Locale[]{new Locale("en", "US"), new Locale("en", "GB"), Locale.GERMAN, Locale.FRENCH});
    135135        /**
    136136         * The main tab panel.
Note: See TracChangeset for help on using the changeset viewer.