Changeset 12588 in osm for applications/editors/josm/plugins/osmarender
- Timestamp:
- 2008-12-25T19:01:06+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java
r9603 r12588 139 139 firefox.setText(Main.pref.get("osmarender.firefox")); 140 140 } 141 public voidok() {141 public boolean ok() { 142 142 Main.pref.put("osmarender.firefox", firefox.getText()); 143 return false; 143 144 } 144 145 };
Note:
See TracChangeset
for help on using the changeset viewer.