Ignore:
Timestamp:
2006-03-29T19:11:37+02:00 (20 years ago)
Author:
imi
Message:
  • added editable colors
  • changed preferences format (again)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/io/OsmConnection.java

    r74 r75  
    3939                @Override
    4040                protected PasswordAuthentication getPasswordAuthentication() {
    41                         String username = Main.pref.get("osmDataUsername");
    42                         String password = Main.pref.get("osmDataPassword");
     41                        String username = Main.pref.get("osm-server.username");
     42                        String password = Main.pref.get("osm-server.password");
    4343                        if (passwordtried || username.equals("") || password.equals("")) {
    4444                                JPanel p = new JPanel(new GridBagLayout());
Note: See TracChangeset for help on using the changeset viewer.