From 0bd0303a872285b0bab61ef51e0693bb3771c585 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Sat, 10 Aug 2013 08:11:51 +0200 Subject: Nestable Sprites fixes --- gui.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index db9419b..10930e6 100644 --- a/gui.js +++ b/gui.js @@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2013-August-09'; +modules.gui = '2013-August-10'; // Declarations @@ -2160,8 +2160,8 @@ IDE_Morph.prototype.settingsMenu = function () { !SpriteMorph.prototype.enableNesting; }, SpriteMorph.prototype.enableNesting, - 'UNDER CONSTRUCTION!\nuncheck to disable\nsprite composition', - 'UNDER CONSTRUCTION!\ncheck to enable\nsprite composition', + 'uncheck to disable\nsprite composition', + 'check to enable\nsprite composition', true ); menu.addLine(); // everything below this line is stored in the project -- cgit v1.3.1