*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 04 Dec 2003 17:54:45 +0100
changeset 1774 cb9832e71cae
parent 1773 658685da5502
child 1775 695f10f213d1
*** empty log message ***
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