Changeset 891 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2008-08-29T18:21:38+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/AudioPlayer.java
r655 r891 334 334 public static void audioMalfunction(Exception ex) { 335 335 JOptionPane.showMessageDialog(Main.parent, 336 "<html><p>" + ex.getMessage() + "</p></html>",336 "<html><p>" + tr(ex.getMessage()) + "</p></html>", 337 337 tr("Error playing sound"), JOptionPane.ERROR_MESSAGE); 338 338 }
Note:
See TracChangeset
for help on using the changeset viewer.