Skip to content

Commit

Permalink
Update menus
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Apr 10, 2012
1 parent 035a7d3 commit 728e6ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions client/ext/code/code.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ animatedscroll = "[{require('ext/settings/settings').model}::editors/code/@an
<a:item type="radio" value="text/x-script.coffeescript">CoffeeScript</a:item>
<a:item type="radio" value="text/x-coldfusion">Coldfusion</a:item>
<a:item type="radio" value="text/css">CSS</a:item>
<a:item type="radio" value="text/x-fantom-source">Fantom</a:item>
<a:item type="radio" value="text/x-gosu-source">Gosu</a:item>
<a:item type="radio" value="text/x-groovy">Groovy</a:item>
<a:item type="radio" value="text/x-java-source">Java</a:item>
<a:item type="radio" value="application/javascript">JavaScript</a:item>
Expand All @@ -75,10 +77,6 @@ animatedscroll = "[{require('ext/settings/settings').model}::editors/code/@an
<a:item type="radio" value="text/x-web-textile">Textile</a:item>
<a:item type="radio" value="text/html">(X)HTML</a:item>
<a:item type="radio" value="application/xml">XML</a:item>
<a:item type="radio" value="text/x-scala-source">Scala</a:item>
<a:item type="radio" value="text/x-groovy-source">Groovy</a:item>
<a:item type="radio" value="text/x-gosu-source">Gosu</a:item>
<a:item type="radio" value="text/x-fantom-source">Fantom</a:item>


</a:menu>
Expand Down
2 changes: 1 addition & 1 deletion client/ext/newresource/newresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if (typeof module !== "undefined" && module === require.main) {
<item value="rb" icon="page_white_ruby.png"caption="Ruby file"><![CDATA[]]></item>
<item value="mli" icon="page_white_code.png"caption="OCaml file"><![CDATA[]]></item>
<item value="clj" icon="page_white_code.png"caption="Clojure file"><![CDATA[]]></item>
<a:item value="java" icon="page_white_cup.png">Java file</a:item>
<a:item value="java" icon="page_white_cup.png">Java file</a:item>
<a:item value="scala" icon="page_white_cup.png">Scala file</a:item>
<a:item value="groovy" icon="page_white_cup.png">Groovy file</a:item>
<a:item value="gsp" icon="page_white_cup.png">Gosu file</a:item>
Expand Down

0 comments on commit 728e6ce

Please sign in to comment.