Changeset 30294 in osm for applications/editors/josm/plugins/smed/src
- Timestamp:
- 2014-02-19T01:59:52+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/smed/src
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/messages/Messages.java
r29896 r30294 5 5 6 6 public class Messages { 7 private static final String BUNDLE_NAME = "msg.messages"; 7 private static final String BUNDLE_NAME = "resources/msg.messages"; 8 8 9 9 private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); -
applications/editors/josm/plugins/smed/src/panels/PanelSpec.java
r30292 r30294 220 220 add(topmarkButton); 221 221 222 223 222 // noticeButton.setBounds(new Rectangle(136, 32, 34, 32)); 224 223 // noticeButton.setToolTipText(Messages.getString("Notice"));
Note:
See TracChangeset
for help on using the changeset viewer.