SourceCodeManagerUtilities.st
changeset 1070 3f87ae65a554
parent 1068 200fbe3c8bf3
child 1076 4adaffbd7ab0
equal deleted inserted replaced
1069:860c5e37c282 1070:3f87ae65a554
  1228                 ]
  1228                 ]
  1229             ].
  1229             ].
  1230 
  1230 
  1231             self activityNotification:'comparing  ...'.
  1231             self activityNotification:'comparing  ...'.
  1232 
  1232 
  1233             (UserPreferences current versionDiffViewerClass)
  1233             (UserPreferences versionDiffViewerClass)
  1234                   openOnClass:currentClass
  1234                   openOnClass:currentClass
  1235                   labelA:('repository: ' , revString)
  1235                   labelA:('repository: ' , revString)
  1236                   sourceA:comparedSource
  1236                   sourceA:comparedSource
  1237                   labelB:('current: (based on: ' , thisRevString , ')')
  1237                   labelB:('current: (based on: ' , thisRevString , ')')
  1238                   sourceB:currentSource
  1238                   sourceB:currentSource
  1952 ! !
  1952 ! !
  1953 
  1953 
  1954 !SourceCodeManagerUtilities class methodsFor:'documentation'!
  1954 !SourceCodeManagerUtilities class methodsFor:'documentation'!
  1955 
  1955 
  1956 version
  1956 version
  1957     ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.63 2001-09-07 14:35:33 cg Exp $'
  1957     ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.64 2001-09-10 14:12:24 cg Exp $'
  1958 ! !
  1958 ! !