From 60781e99132480af029e4ce2dcfc9ee648d0667a Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Fri, 19 Apr 2013 11:09:16 -0400 Subject: Fixed issue #27 The "Import tools" menu item no longer has an ellipsis. --- gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index f2ac1ac..2265492 100644 --- a/gui.js +++ b/gui.js @@ -2011,7 +2011,7 @@ IDE_Morph.prototype.projectMenu = function () { menu.addLine(); menu.addItem( - 'Import tools...', + 'Import tools', function () { var url = 'http://snap.berkeley.edu/snapsource/tools.xml', -- cgit v1.3.1