Changeset 12588 in osm for applications/editors/josm/plugins/wmsplugin/src
- Timestamp:
- 2008-12-25T19:01:06+01:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wmsplugin/WMSPreferenceEditor.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin
- Property svn:ignore
-
old new 1 1 build 2 2 dist 3 webkit-image.h
-
- Property svn:ignore
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java
r12321 r12588 109 109 } 110 110 111 public voidok() {111 public boolean ok() { 112 112 boolean change = false; 113 113 for (int i = 0; i < model.getRowCount(); ++i) { … … 145 145 146 146 if (change) WMSPlugin.refreshMenu(); 147 return false; 147 148 } 148 149
Note:
See TracChangeset
for help on using the changeset viewer.
