VDBWindowsDebuggerConsoleApplication.st
changeset 115 0dd989ce3ae7
parent 94 e76206d071fc
equal deleted inserted replaced
114:8a0643c344a9 115:0dd989ce3ae7
    38 ""
    38 ""
    39 ! !
    39 ! !
    40 
    40 
    41 !VDBWindowsDebuggerConsoleApplication class methodsFor:'accessing'!
    41 !VDBWindowsDebuggerConsoleApplication class methodsFor:'accessing'!
    42 
    42 
    43 windowTitle
    43 defaultWindowTitle
    44     ^ 'Debugger Console'
    44     ^ self resources string: 'Debugger Console'
    45 
    45 
    46     "Created: / 08-01-2018 / 18:59:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    46     "Created: / 08-01-2018 / 18:59:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    47     "Modified: / 03-10-2018 / 15:39:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    47 ! !
    48 ! !
    48 
    49 
    49 !VDBWindowsDebuggerConsoleApplication class methodsFor:'interface specs'!
    50 !VDBWindowsDebuggerConsoleApplication class methodsFor:'interface specs'!
    50 
    51 
    51 windowSpec
    52 windowSpec