diff options
| author | jmoenig <jens@moenig.org> | 2014-11-20 14:55:31 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-11-20 14:55:31 +0100 |
| commit | cbe3d6fe185531758397bc44a38a2817aed885e6 (patch) | |
| tree | cdfe4e8ad314cf375d9a1d72411e9270af85de4b | |
| parent | 24775e63e8697b30adb97355bce989c4585f638c (diff) | |
| download | snap-cbe3d6fe185531758397bc44a38a2817aed885e6.tar.gz snap-cbe3d6fe185531758397bc44a38a2817aed885e6.zip | |
Updated the “About” Dialog
with a mention of support from CDG (SAP Labs)
| -rw-r--r-- | gui.js | 7 | ||||
| -rwxr-xr-x | history.txt | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -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' diff --git a/history.txt b/history.txt index bb6eac8..8cf87e7 100755 --- a/history.txt +++ b/history.txt @@ -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) |
