YesToAllConfirmation.st
branchjv
changeset 17807 06cc6c49e291
parent 17761 b0e5971141bc
child 17814 b75a7f0c346b
equal deleted inserted replaced
17806:a6c483ec9b9f 17807:06cc6c49e291
    29  only in accordance with the terms of that license and with the
    29  only in accordance with the terms of that license and with the
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
       
    34 "
       
    35 !
       
    36 
       
    37 documentation
       
    38 "
       
    39     used with confirmation dialogs, especially from the filebrowser and compilers
       
    40     to up-notify that further such confirmations are not wanted by the user.
    34 "
    41 "
    35 ! !
    42 ! !
    36 
    43 
    37 !YesToAllConfirmation class methodsFor:'queries'!
    44 !YesToAllConfirmation class methodsFor:'queries'!
    38 
    45 
    92 ! !
    99 ! !
    93 
   100 
    94 !YesToAllConfirmation class methodsFor:'documentation'!
   101 !YesToAllConfirmation class methodsFor:'documentation'!
    95 
   102 
    96 version
   103 version
    97     ^ '$Id: YesToAllConfirmation.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   104     ^ '$Id: YesToAllConfirmation.st 10590 2010-11-09 16:24:28Z vranyj1 $'
       
   105 !
       
   106 
       
   107 version_CVS
       
   108     ^ '§Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.6 2010-10-14 08:38:03 cg Exp §'
    98 !
   109 !
    99 
   110 
   100 version_SVN
   111 version_SVN
   101     ^ '$Id: YesToAllConfirmation.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   112     ^ '$Id: YesToAllConfirmation.st 10590 2010-11-09 16:24:28Z vranyj1 $'
   102 ! !
   113 ! !
       
   114