Skip to content

Commit

Permalink
removed ellipses in library menu
Browse files Browse the repository at this point in the history
since we don't pop up the blocks selection dialog anymore
  • Loading branch information
jmoenig committed Jul 2, 2013
1 parent 1061fa4 commit 8e0f60f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 8e0f60f

Please sign in to comment.