Changeset 2778 in josm


Ignore:
Timestamp:
2010-01-08T18:51:09+01:00 (14 years ago)
Author:
mjulius
Message:

fixes #4320 - Language setting keeps reverting to default(automatic)
fix .classpath to include data/

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r2776 r2778  
    44        <classpathentry kind="src" path="test/unit"/>
    55        <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=""/>
    77        <classpathentry kind="lib" path="lib/metadata-extractor-2.3.1-nosun.jar"/>
    88        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
  • trunk/src/org/openstreetmap/josm/gui/preferences/LanguagePreference.java

    r2754 r2778  
    3939    public void addGui(final PreferenceTabbedPane gui) {
    4040        model = new LanguageComboBoxModel();
     41        translationsLoaded = model.getSize() > 2;
    4142        langCombo = new JComboBox(model);
    4243        langCombo.setRenderer(new LanguageCellRenderer(langCombo.getRenderer()));
Note: See TracChangeset for help on using the changeset viewer.