Changeset 2778 in josm
- Timestamp:
- 2010-01-08T18:51:09+01:00 (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r2776 r2778 4 4 <classpathentry kind="src" path="test/unit"/> 5 5 <classpathentry kind="src" path="test/functional"/> 6 <classpathentry excluding="build/|dist/|src/|test/|test/ unit/|test/functional/|test/build/" including="images/|presets/|styles/" kind="src" path=""/>6 <classpathentry excluding="build/|dist/|src/|test/|test/build/|test/functional/|test/unit/" including="data/|images/|presets/|styles/" kind="src" path=""/> 7 7 <classpathentry kind="lib" path="lib/metadata-extractor-2.3.1-nosun.jar"/> 8 8 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> -
trunk/src/org/openstreetmap/josm/gui/preferences/LanguagePreference.java
r2754 r2778 39 39 public void addGui(final PreferenceTabbedPane gui) { 40 40 model = new LanguageComboBoxModel(); 41 translationsLoaded = model.getSize() > 2; 41 42 langCombo = new JComboBox(model); 42 43 langCombo.setRenderer(new LanguageCellRenderer(langCombo.getRenderer()));
Note:
See TracChangeset
for help on using the changeset viewer.