Mercurial > MadButterfly
diff inkscape/firefox/content/madbuilder.html @ 361:8c4456190d9a
Add text editor support to edit C source file inside the MadBuilder
author | wycc |
---|---|
date | Wed, 11 Mar 2009 08:51:11 +0800 |
parents | 6fd8da22a5ef |
children | a373b4743e63 |
line wrap: on
line diff
--- a/inkscape/firefox/content/madbuilder.html Wed Mar 11 08:50:40 2009 +0800 +++ b/inkscape/firefox/content/madbuilder.html Wed Mar 11 08:51:11 2009 +0800 @@ -65,7 +65,7 @@ <br/> </div> <table> - <tr><td width=200 height=700 valign=top><div id='filelist' valign=top></div></td><td width=700 height=700 valign=top> <div id='inkscape'></div></td></tr> + <tr><td width=200 height=700 valign=top><div id='filelist' valign=top></div></td><td width=700 height=700 valign=top> <div id='inkscape'></div><div id='editor'></div></td></tr> </table> <script type="text/javascript" src="inkscape.js" > </script>