summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/gui.js b/gui.js
index d4320f2..592ddc5 100644
--- a/gui.js
+++ b/gui.js
@@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2013-April-12';
+modules.gui = '2013-April-17';
// Declarations
@@ -1130,7 +1130,7 @@ IDE_Morph.prototype.createCorralBar = function () {
button.labelColor = new Color(255, 255, 255);
button.contrast = this.buttonContrast;
button.drawNew();
- button.hint = 'add a new Sprite';
+ button.hint = 'add a new sprite';
button.fixLayout();
button.setCenter(this.corralBar.center());
button.setLeft(this.corralBar.left() + padding);
@@ -1914,7 +1914,7 @@ IDE_Morph.prototype.projectMenu = function () {
shiftClicked = (world.currentKey === 16);
menu = new MenuMorph(this);
- menu.addItem('Project Notes...', 'editProjectNotes');
+ menu.addItem('Project notes...', 'editProjectNotes');
menu.addLine();
menu.addItem(
'New',
@@ -3343,8 +3343,10 @@ IDE_Morph.prototype.setCloudURL = function () {
'Snap!Cloud' :
'https://snapcloud.miosoft.com/miocon/app/' +
'login?_app=SnapCloud',
- 'local network dev' :
+ 'local network lab' :
'192.168.2.108:8087/miocon/app/login?_app=SnapCloud',
+ 'local network office' :
+ '192.168.186.167:8087/miocon/app/login?_app=SnapCloud',
'localhost dev' :
'localhost/miocon/app/login?_app=SnapCloud'
}