Ticket #12484: PreferencesResetWarningMessage.patch
| File PreferencesResetWarningMessage.patch, 763 bytes (added by , 10 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/preferences/advanced/PreferencesTable.java
diff --git a/src/org/openstreetmap/josm/gui/preferences/advanced/PreferencesTable.java b/src/org/openstreetmap/josm/gui/preferences/advanced/PreferencesTable.java index 956c753..8cd9c8b 100644
a b public class PreferencesTable extends JTable { 250 250 if (getSelectedRowCount() == 0) { 251 251 JOptionPane.showMessageDialog( 252 252 gui, 253 tr("Please select the row to delete."),253 tr("Please select the row to reset."), 254 254 tr("Warning"), 255 255 JOptionPane.WARNING_MESSAGE 256 256 );
