Added pt_BR file (thanks rafaelcastrocouto), fixed some minor bugs

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1593 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-06-15 14:36:55 +00:00
parent ae34bb90fb
commit 58639c2ea2
4 changed files with 161 additions and 2 deletions

View File

@@ -525,7 +525,8 @@ svgEditor.addExtension("Markers", function(S) {
events: { change: setArrowFromButton }
} ],
callback: function() {
$('#marker_panel').hide();
$('#marker_panel').addClass('toolset').hide();
},
addLangData: function(lang) {
return { data: lang_list[lang] };