summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorNathan Dinsmore <queryselector@gmail.com>2013-04-19 11:09:16 -0400
committerNathan Dinsmore <queryselector@gmail.com>2013-04-19 11:09:16 -0400
commit60781e99132480af029e4ce2dcfc9ee648d0667a (patch)
treeebdd102173ad0758f6a5885cfdf9a3c4a2307874 /gui.js
parent7681525cc2f3f900136d745dc95594b3a731dcd1 (diff)
downloadsnap-byow-60781e99132480af029e4ce2dcfc9ee648d0667a.tar.gz
snap-byow-60781e99132480af029e4ce2dcfc9ee648d0667a.zip
Fixed issue #27
The "Import tools" menu item no longer has an ellipsis.
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js2
1 files changed, 1 insertions, 1 deletions
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',