Ignore:
Timestamp:
2015-06-02T16:41:37+02:00 (11 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/session/SessionReader.java

    r8404 r8444  
    531531                                Main.parent,
    532532                                title,
    533                                 new String[] { tr("Cancel"), tr("Skip layer and continue") }
     533                                new String[] {tr("Cancel"), tr("Skip layer and continue")}
    534534                                );
    535535                        dlg.setButtonIcons(new String[] {"cancel", "dialogs/next"});
Note: See TracChangeset for help on using the changeset viewer.