diff options
| author | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-19 11:09:16 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-19 11:09:16 -0400 |
| commit | 60781e99132480af029e4ce2dcfc9ee648d0667a (patch) | |
| tree | ebdd102173ad0758f6a5885cfdf9a3c4a2307874 /gui.js | |
| parent | 7681525cc2f3f900136d745dc95594b3a731dcd1 (diff) | |
| download | snap-60781e99132480af029e4ce2dcfc9ee648d0667a.tar.gz snap-60781e99132480af029e4ce2dcfc9ee648d0667a.zip | |
Fixed issue #27
The "Import tools" menu item no longer has an ellipsis.
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
