Ignore:
Timestamp:
2014-02-19T10:26:43+01:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/smed2/Smed2Action.java

    r30285 r30298  
    191191                                } else {
    192192                                        showFrame.setVisible(false);
    193                                         PanelMain.messageBar.setText(tr("Select only one object"));
     193                                        PanelMain.setStatus(tr("Select only one object"), Color.orange);
    194194                                }
    195195                        }
     
    198198                                panelMain.clearMark();
    199199                                showFrame.setVisible(false);
    200                                 PanelMain.messageBar.setText(tr("Select a map object"));
     200                                PanelMain.setStatus(tr("Select a map object"), Color.yellow);
    201201                        }
    202202                }
Note: See TracChangeset for help on using the changeset viewer.