#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 20 Jun 2017 09:11:49 +0200
changeset 4244 72e7f53c82ca
parent 4243 65738f09151c
child 4245 97f781d28031
#UI_ENHANCEMENT by cg class: SourceCodeManagerUtilitiesForContainerBasedManagers changed: #checkinPackage:classes:extensions:buildSupport:askForMethodsInOtherPackages:
SourceCodeManagerUtilitiesForContainerBasedManagers.st
--- a/SourceCodeManagerUtilitiesForContainerBasedManagers.st	Tue Jun 20 08:57:41 2017 +0200
+++ b/SourceCodeManagerUtilitiesForContainerBasedManagers.st	Tue Jun 20 09:11:49 2017 +0200
@@ -502,7 +502,7 @@
                            with:methodsInOtherPackages first mclass name allBold
                            with:package2
                            with:packageToCheckIn.
-            (Dialog confirm:msg noLabel:(resources string:'Cancel')) ifFalse:[^ self].
+            (Dialog confirm:msg yesLabel:'OK' noLabel:(resources string:'Cancel')) ifFalse:[^ self].
         ].
     ].
 
@@ -556,7 +556,7 @@
     ].
 
     "Created: / 13-10-2011 / 11:15:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 04-09-2012 / 14:05:36 / cg"
+    "Modified: / 20-06-2017 / 09:11:29 / cg"
 ! !
 
 !SourceCodeManagerUtilitiesForContainerBasedManagers class methodsFor:'documentation'!