ChangeSetBrowser.st
branchjv
changeset 16753 d0e2c8fd4a62
parent 16408 bc62fb9a8df6
parent 16751 9f59529faaf8
child 17136 cb908d2ba02e
equal deleted inserted replaced
16748:62486fba2d74 16753:d0e2c8fd4a62
   560 askIfChangesAreToBeWrittenBack
   560 askIfChangesAreToBeWrittenBack
   561     |action|
   561     |action|
   562 
   562 
   563     anyChanges ifFalse:[^ self].
   563     anyChanges ifFalse:[^ self].
   564 
   564 
   565     action := OptionBox 
   565     action := OptionBox
   566                       request:(resources string:'The modified changeSet has not been saved.\\Update the changeSet before closing ?') withCRs
   566                       request:(resources string:'The modified changeSet has not been saved.\\Update the changeSet before closing ?') withCRs
   567                       label:'ChangesBrowser'
   567                       label:'ChangesBrowser'
   568                       form:(WarningBox iconBitmap)
   568                       image:(WarningBox iconBitmap)
   569                       buttonLabels:(resources array:#('Cancel' 'Don''t Update' 'Update'))
   569                       buttonLabels:(resources array:#('Cancel' 'Don''t Update' 'Update'))
   570                       values:#(#abort #ignore #save)
   570                       values:#(#abort #ignore #save)
   571                       default:#save
   571                       default:#save
   572                       onCancel:#abort.
   572                       onCancel:#abort.
   573 
   573 
   629     "Created: 3.12.1995 / 18:06:35 / cg"
   629     "Created: 3.12.1995 / 18:06:35 / cg"
   630     "Modified: 3.12.1995 / 18:13:06 / cg"
   630     "Modified: 3.12.1995 / 18:13:06 / cg"
   631 !
   631 !
   632 
   632 
   633 showingDiffsDefault
   633 showingDiffsDefault
   634     ^ "false" super showingDiffsDefault 
   634     ^ "false" super showingDiffsDefault
   635 ! !
   635 ! !
   636 
   636 
   637 !ChangeSetBrowser methodsFor:'menu aspects'!
   637 !ChangeSetBrowser methodsFor:'menu aspects'!
   638 
   638 
   639 hasNotUndoableChangeSelected
   639 hasNotUndoableChangeSelected