# HG changeset patch # User Claus Gittinger # Date 1070556885 -3600 # Node ID cb9832e71caed1fae07a0727eaef72d62196cfdb # Parent 658685da5502e4e9549b30ede7287cd09ec672a7 *** empty log message *** diff -r 658685da5502 -r cb9832e71cae ImageEditor.st --- a/ImageEditor.st Thu Dec 04 12:51:23 2003 +0100 +++ b/ImageEditor.st Thu Dec 04 17:54:45 2003 +0100 @@ -2300,6 +2300,27 @@ choice: previewBackgroundColor choiceValue: white ) + (MenuItem + label: '-' + ) + (MenuItem + label: 'Red' + translateLabel: true + choice: previewBackgroundColor + choiceValue: red + ) + (MenuItem + label: 'Green' + translateLabel: true + choice: previewBackgroundColor + choiceValue: green + ) + (MenuItem + label: 'Blue' + translateLabel: true + choice: previewBackgroundColor + choiceValue: blue + ) ) nil nil