--- 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>