| Revision 3720,
370 bytes
checked in by bastiK, 18 months ago
(diff) |
|
added missing svn:eol-style
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | // License: GPL. For details, see LICENSE file. |
|---|
| 2 | package org.openstreetmap.josm.io; |
|---|
| 3 | |
|---|
| 4 | import static org.openstreetmap.josm.tools.I18n.tr; |
|---|
| 5 | |
|---|
| 6 | import org.openstreetmap.josm.actions.ExtensionFileFilter; |
|---|
| 7 | |
|---|
| 8 | public class WMSLayerImporter extends FileImporter{ |
|---|
| 9 | |
|---|
| 10 | public WMSLayerImporter() { |
|---|
| 11 | super(new ExtensionFileFilter("wms", "wms", tr("WMS Files (*.wms)"))); |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.