Browse Source

Fix missing name.

Herbert Vojčík 10 năm trước cách đây
mục cha
commit
0734651429
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      root/src/name.st

+ 1 - 1
root/src/name.st

@@ -22,7 +22,7 @@ augmentPage
 	'#jquery-append' asJQuery click: [ self doJQueryAppend ]
 ! !
 
-!ApplicationOrLibraryTitle class methodsFor: 'starting'!
+!{%= name %} class methodsFor: 'starting'!
 
 start
 	self new augmentPage