UISelectionPanel.st
changeset 1628 bc3362031d0b
parent 1602 5a4a97678027
child 1662 76cd515f008a
--- a/UISelectionPanel.st	Tue Oct 15 10:42:09 2002 +0200
+++ b/UISelectionPanel.st	Wed Oct 23 10:55:47 2002 +0200
@@ -399,14 +399,14 @@
               #name: 'Button - OK'
               #layout: #(#LayoutFrame 2 0 33 0 127 0 55 0)
               #translateLabel: true
-              #model: #accept
+              #model: #doAccept
             )
            #(#ActionButtonSpec
               #label: 'Cancel'
               #name: 'Button - Cancel'
               #layout: #(#LayoutFrame 2 0 65 0 127 0 87 0)
               #translateLabel: true
-              #model: #cancel
+              #model: #doCancel
             )
            #(#ActionButtonSpec
               #label: 'Help'
@@ -2150,4 +2150,6 @@
 version
     ^ '$Header$'
 ! !
+
 UISelectionPanel initialize!
+UISelectionPanel::UserDefinedGallery initialize!