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 /gui.js | |
| parent | 24775e63e8697b30adb97355bce989c4585f638c (diff) | |
| download | snap-byow-cbe3d6fe185531758397bc44a38a2817aed885e6.tar.gz snap-byow-cbe3d6fe185531758397bc44a38a2817aed885e6.zip | |
Updated the “About” Dialog
with a mention of support from CDG (SAP Labs)
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 7 |
1 files changed, 4 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' |
