]> git.openstreetmap.org Git - rails.git/blobdiff - lib/editors.rb
Replace JOSM editing option with generic Remote Control option
[rails.git] / lib / editors.rb
index efd10aef9636819bda03d49aa9445a13c9f1d359..ed1de5999d161baf6ab938ab2e12b17cdb28148e 100644 (file)
@@ -1,3 +1,3 @@
 module Editors 
-  ALL_EDITORS = [ "potlatch", "potlatch2", "josm" ]
+  ALL_EDITORS = [ "potlatch", "potlatch2", "remote" ]
 end