Skip to content

Commit

Permalink
Add Fraise, successor of Smultron, to list of preconfigured ODB editors.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Mar 31, 2010
1 parent 8c560c6 commit 802eb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ch/cyberduck/ui/cocoa/odb/ODBEditor.java
Expand Up @@ -48,6 +48,7 @@ public class ODBEditor extends Editor {
SUPPORTED_ODB_EDITORS.put("Jedit X", "jp.co.artman21.JeditX");
SUPPORTED_ODB_EDITORS.put("mi", "mi");
SUPPORTED_ODB_EDITORS.put("Smultron", "org.smultron.Smultron");
SUPPORTED_ODB_EDITORS.put("Fraise", "org.fraise.Fraise");
SUPPORTED_ODB_EDITORS.put("CotEditor", "com.aynimac.CotEditor");
SUPPORTED_ODB_EDITORS.put("CSSEdit", "com.macrabbit.cssedit");
SUPPORTED_ODB_EDITORS.put("Tag", "com.talacia.Tag");
Expand Down

0 comments on commit 802eb6b

Please sign in to comment.