kopia lustrzana https://github.com/backface/turtlestitch
Updated the “About” Dialog
with a mention of support from CDG (SAP Labs)pull/3/merge
rodzic
24775e63e8
commit
cbe3d6fe18
7
gui.js
7
gui.js
|
@ -69,7 +69,7 @@ SpeechBubbleMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2014-October-06';
|
modules.gui = '2014-November-20';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -2511,8 +2511,9 @@ IDE_Morph.prototype.aboutSnap = function () {
|
||||||
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
||||||
|
|
||||||
+ 'Snap! is developed by the University of California, Berkeley\n'
|
+ 'Snap! is developed by the University of California, Berkeley\n'
|
||||||
+ ' with support from the National Science Foundation '
|
+ ' with support from the National Science Foundation, '
|
||||||
+ 'and MioSoft. \n'
|
+ 'MioSoft, \n'
|
||||||
|
+ 'and the Communications Design Group at SAP Labs. \n'
|
||||||
|
|
||||||
+ 'The design of Snap! is influenced and inspired by Scratch,\n'
|
+ 'The design of Snap! is influenced and inspired by Scratch,\n'
|
||||||
+ 'from the Lifelong Kindergarten group at the MIT Media Lab\n\n'
|
+ 'from the Lifelong Kindergarten group at the MIT Media Lab\n\n'
|
||||||
|
|
|
@ -2327,3 +2327,5 @@ ______
|
||||||
* Lists: Fixed #642 avoid “freezing” when calling CONS on non-list/null
|
* Lists: Fixed #642 avoid “freezing” when calling CONS on non-list/null
|
||||||
* Threads: Fixed #364 avoid “freezing” when calling LAUNCH on empty ring
|
* Threads: Fixed #364 avoid “freezing” when calling LAUNCH on empty ring
|
||||||
* Threads: Added optional “onComplete” callback to Process, thanks, @bromagosa!
|
* Threads: Added optional “onComplete” callback to Process, thanks, @bromagosa!
|
||||||
|
* GUI: Set Default Save location to Cloud on load, thanks, @cycomachead!
|
||||||
|
* GUI: Updated the “About” Dialog with a mention of support from CDG (SAP Labs)
|
||||||
|
|
Ładowanie…
Reference in New Issue