misc/theme_editor.html
changeset 5543 5e597b725316
parent 5346 ee611abe9158
child 10017 de822cd3df3a
--- a/misc/theme_editor.html	Wed Aug 10 17:22:17 2011 -0400
+++ b/misc/theme_editor.html	Thu Aug 11 00:18:10 2011 +0200
@@ -125,7 +125,7 @@
     </head>
     <body onload="load();">
         <h1>Hedgewars Theme editor</h1>
-        <canvas id="preview" width="512" height="384"></canvas><br>
+        <canvas id="preview" width="512" height="384">Sorry, your browser does not support Canvas.</canvas><br>
         <table>
         <tr><td>Sky:</td><td>
         <input id="sky" type="file" accept="image/png" onchange="sky.src = window.URL.createObjectURL(this.files[0])"></input>