kopia lustrzana https://github.com/backface/turtlestitch
updated version history
rodzic
566aae7951
commit
a0307a240f
6
gui.js
6
gui.js
|
|
@ -9,7 +9,7 @@
|
|||
written by Jens Mönig
|
||||
jens@moenig.org
|
||||
|
||||
Copyright (C) 2015 by Jens Mönig
|
||||
Copyright (C) 2016 by Jens Mönig
|
||||
|
||||
This file is part of Snap!.
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ BlockRemovalDialogMorph, saveAs*/
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.gui = '2015-December-22';
|
||||
modules.gui = '2016-January-08';
|
||||
|
||||
// Declarations
|
||||
|
||||
|
|
@ -2751,7 +2751,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
|||
world = this.world();
|
||||
|
||||
aboutTxt = 'Snap! 4.0.4\nBuild Your Own Blocks\n\n'
|
||||
+ 'Copyright \u24B8 2015 Jens M\u00F6nig and '
|
||||
+ 'Copyright \u24B8 2016 Jens M\u00F6nig and '
|
||||
+ 'Brian Harvey\n'
|
||||
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
||||
|
||||
|
|
|
|||
|
|
@ -2839,3 +2839,4 @@ end - bulk of 151215
|
|||
------
|
||||
* BYOB: fixed #1098
|
||||
* Threads: remove a redundant yield from the fork primitive
|
||||
* GUI: fixed #1099, thanks, Michael!
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue