Ignore:
Timestamp:
2014-12-20T04:16:30+01:00 (9 years ago)
Author:
Don-vip
Message:

see #10858 - rename NoteDialog to NotesDialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapFrame.java

    r7750 r7852  
    6666import org.openstreetmap.josm.gui.dialogs.LayerListDialog;
    6767import org.openstreetmap.josm.gui.dialogs.MapPaintDialog;
    68 import org.openstreetmap.josm.gui.dialogs.NoteDialog;
     68import org.openstreetmap.josm.gui.dialogs.NotesDialog;
    6969import org.openstreetmap.josm.gui.dialogs.RelationListDialog;
    7070import org.openstreetmap.josm.gui.dialogs.SelectionListDialog;
     
    133133    public SelectionListDialog selectionListDialog;
    134134    public PropertiesDialog propertiesDialog;
    135     public NoteDialog noteDialog;
     135    public NotesDialog noteDialog;
    136136
    137137    // Map modes
     
    245245        //TODO: remove this if statement once note support is complete
    246246        if(Main.pref.getBoolean("osm.notes.enableDownload", false)) {
    247             addToggleDialog(noteDialog = new NoteDialog());
     247            addToggleDialog(noteDialog = new NotesDialog());
    248248        }
    249249        toolBarToggle.setFloatable(false);
Note: See TracChangeset for help on using the changeset viewer.