changeset 65:2ce33eeafaf8

Update notes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 23:23:40 +0300
parents deefab892875
children 057f7571724b
files mpui.js
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Wed Jul 04 21:07:01 2018 +0300
+++ b/mpui.js	Wed Jul 04 23:23:40 2018 +0300
@@ -105,12 +105,13 @@
 
   mobj = stCE("div");
   mobj.innerHTML = 
-  "<p><b>Things that are known NOT to work:</b></p>"+
+  "<p><b>Things of note:</b></p>"+
   "<ul>"+
   "<li>'Save' does not work yet. 'Save as' does.</li>"+
-  "<li>Source / PRG import/export</li>"+
-  "<li>PNG/JPEG import/export</li>"+
-  "<li> .. there may be bugs.</li>"+
+  "<li>Source code / PRG export does not work.</li>"+
+  "<li>PNG/JPEG import/export does not work.</li>"+
+  "<li> .. and there may be bugs.</li>"+
+  "<li> .. though I've also fixed few bugs that exist in original Multipaint.</li>"+
   "</ul>"+
   "<p><b>NOTICE!</b> When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+
   "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc..</p>"+