Changeset 26354 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-07-17T12:40:00+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java
r26335 r26354 256 256 HtmlPanel intro = new HtmlPanel("<html><b>"+type.getIntroText()+"</b></html>"); 257 257 rbManage = new JRadioButton("<html>"+type.getSelectionText()+"</html>"); 258 rbPlain = new JRadioButton("<html>"+tr("No thanks, use JOSM's plain text preferences storage")+"</html>"); 258 rbPlain = new JRadioButton("<html>"+tr("No thanks, use JOSM''s plain text preferences storage")+"</html>"); 259 259 rbManage.addActionListener(this); 260 260 rbPlain.addActionListener(this);
Note:
See TracChangeset
for help on using the changeset viewer.