small typo

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@766 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Narendra Sisodiya 2009-10-05 19:15:40 +00:00
parent 86ea5568a1
commit 0e2a6e2f54
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
This directory holds JSON files that translate the UI strings in SVG-edit. Initial translations were done by Narendra Sisodya putting the English strings through the Google Translation API. Humans will need to take these automated translations and ensure they make sense. This directory holds JSON files that translate the UI strings in SVG-edit. Initial translations were done by Narendra Sisodiya putting the English strings through the Google Translation API. Humans will need to take these automated translations and ensure they make sense.
Languages Already Translated By Humans: Languages Already Translated By Humans:
* lang.en.js * lang.en.js
* lang.fr.js * lang.fr.js
* lang.ro.js * lang.ro.js

View File

@ -16,6 +16,8 @@
<script type="text/javascript" src="svgcanvas.js"></script> <script type="text/javascript" src="svgcanvas.js"></script>
<script type="text/javascript" src="svg-editor.js"></script> <script type="text/javascript" src="svg-editor.js"></script>
<script type="text/javascript" src="locale/locale.js"></script> <script type="text/javascript" src="locale/locale.js"></script>
<script type="text/javascript" src="canvas2image.js"></script>
<script type="text/javascript" src="savepng.js"></script>
<!-- Release version of script tags: > <!-- Release version of script tags: >

View File

@ -1279,6 +1279,7 @@ function svg_edit_setup() {
w_area[0].scrollLeft = scroll_x; w_area[0].scrollLeft = scroll_x;
} }
} }
$('#resolution').change(function(){ $('#resolution').change(function(){
var wh = $('#canvas_width,#canvas_height'); var wh = $('#canvas_width,#canvas_height');