diff --git a/snap.html b/snap.html index bee52c37..adcfc0b6 100755 --- a/snap.html +++ b/snap.html @@ -9,8 +9,8 @@ - - + + diff --git a/src/gui.js b/src/gui.js index 133fc178..8c8daa0f 100644 --- a/src/gui.js +++ b/src/gui.js @@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2020-June-01'; +modules.gui = '2020-June-06'; // Declarations @@ -8144,7 +8144,7 @@ SpriteIconMorph.prototype.userMenu = function () { this.object.name ); }, - 'open a new window\nwith a picture of the stage' + 'save a picture\nof the stage' ); if (this.object.trailsLog.length) { menu.addItem( diff --git a/src/objects.js b/src/objects.js index 3d8b8104..135d1465 100644 --- a/src/objects.js +++ b/src/objects.js @@ -84,7 +84,7 @@ BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, BooleanSlotMorph, localize, TableMorph, TableFrameMorph, normalizeCanvas, VectorPaintEditorMorph, HandleMorph, AlignmentMorph, Process, XML_Element, WorldMap, copyCanvas*/ -modules.objects = '2020-May-18'; +modules.objects = '2020-June-06'; var SpriteMorph; var StageMorph; @@ -8685,7 +8685,7 @@ StageMorph.prototype.userMenu = function () { menu.addItem( "pic...", () => ide.saveCanvasAs(this.fullImage(), this.name), - 'open a new window\nwith a picture of the stage' + 'save a picture\nof the stage' ); menu.addLine(); menu.addItem(