Updated the “About” Dialog

with a mention of support from CDG (SAP Labs)
pull/3/merge
jmoenig 2014-11-20 14:55:31 +01:00
rodzic 24775e63e8
commit cbe3d6fe18
2 zmienionych plików z 6 dodań i 3 usunięć

7
gui.js
Wyświetl plik

@ -69,7 +69,7 @@ SpeechBubbleMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2014-October-06';
modules.gui = '2014-November-20';
// Declarations
@ -2511,8 +2511,9 @@ IDE_Morph.prototype.aboutSnap = function () {
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
+ 'Snap! is developed by the University of California, Berkeley\n'
+ ' with support from the National Science Foundation '
+ 'and MioSoft. \n'
+ ' with support from the National Science Foundation, '
+ 'MioSoft, \n'
+ 'and the Communications Design Group at SAP Labs. \n'
+ 'The design of Snap! is influenced and inspired by Scratch,\n'
+ 'from the Lifelong Kindergarten group at the MIT Media Lab\n\n'

Wyświetl plik

@ -2327,3 +2327,5 @@ ______
* Lists: Fixed #642 avoid “freezing” when calling CONS on non-list/null
* Threads: Fixed #364 avoid “freezing” when calling LAUNCH on empty ring
* 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)