Ignore:
Timestamp:
2010-06-01T09:09:39+02:00 (14 years ago)
Author:
stoecker
Message:

added role support to presets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java

    r3225 r3289  
    310310                }
    311311        );
     312        tfRole.setText(Main.pref.get("relation.editor.generic.lastrole", ""));
    312313        p3.add(tfRole);
    313314        SetRoleAction setRoleAction = new SetRoleAction();
     
    11671168
    11681169        public void run() {
     1170            Main.pref.put("relation.editor.generic.lastrole", tfRole.getText());
    11691171            if (getRelation() == null) {
    11701172                applyNewRelation();
Note: See TracChangeset for help on using the changeset viewer.