diff options
| author | jmoenig <jens@moenig.org> | 2013-07-02 21:11:26 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-07-02 21:11:26 +0200 |
| commit | 8e0f60fdd68a145d7f2acc5d350d5214c844fd54 (patch) | |
| tree | 5b3157186b287fcd9c909a31f9e9f91e8e2164ba /gui.js | |
| parent | 1061fa4437884f7fca2487e5c36c717778174eb7 (diff) | |
| download | snap-byow-8e0f60fdd68a145d7f2acc5d350d5214c844fd54.tar.gz snap-byow-8e0f60fdd68a145d7f2acc5d350d5214c844fd54.zip | |
removed ellipses in library menu
since we don't pop up the blocks selection dialog anymore
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2334,25 +2334,25 @@ IDE_Morph.prototype.projectMenu = function () { } menu.addItem( - 'Iteration, composition...', + 'Iteration, composition', function () { loadLib('iteration-composition'); } ); menu.addItem( - 'List utilities...', + 'List utilities', function () { loadLib('list-utilities'); } ); menu.addItem( - 'Variadic reporters...', + 'Variadic reporters', function () { loadLib('variadic-reporters'); } ); menu.addItem( - 'Words, sentences...', + 'Words, sentences', function () { loadLib('word-sentence'); } |
