ChangeSetBrowser.st
changeset 16751 9f59529faaf8
parent 16388 6721070c449c
child 16753 d0e2c8fd4a62
child 17027 1e2c7961b922
--- a/ChangeSetBrowser.st	Thu Jul 21 10:50:55 2016 +0200
+++ b/ChangeSetBrowser.st	Thu Jul 21 21:13:31 2016 +0200
@@ -562,10 +562,10 @@
 
     anyChanges ifFalse:[^ self].
 
-    action := OptionBox 
+    action := OptionBox
                       request:(resources string:'The modified changeSet has not been saved.\\Update the changeSet before closing ?') withCRs
                       label:'ChangesBrowser'
-                      form:(WarningBox iconBitmap)
+                      image:(WarningBox iconBitmap)
                       buttonLabels:(resources array:#('Cancel' 'Don''t Update' 'Update'))
                       values:#(#abort #ignore #save)
                       default:#save
@@ -631,7 +631,7 @@
 !
 
 showingDiffsDefault
-    ^ "false" super showingDiffsDefault 
+    ^ "false" super showingDiffsDefault
 ! !
 
 !ChangeSetBrowser methodsFor:'menu aspects'!