VDBRegisterListApplication.st
changeset 115 0dd989ce3ae7
parent 112 d293d117e978
child 151 bc7626f46210
--- a/VDBRegisterListApplication.st	Wed Oct 03 15:34:35 2018 +0100
+++ b/VDBRegisterListApplication.st	Wed Oct 03 15:52:44 2018 +0100
@@ -32,8 +32,8 @@
 
 !VDBRegisterListApplication class methodsFor:'accessing'!
 
-windowTitle
-    ^ self resources string: 'Registers'
+defaultWindowTitle
+    ^ self resources string:'Registers'
 
     "Created: / 11-07-2017 / 16:37:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 01-10-2018 / 12:08:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"