dynamically added items must be translated also
authorClaus Gittinger <cg@exept.de>
Thu, 24 Oct 2002 17:33:26 +0200
changeset 4042 788da3a81cd5
parent 4041 c5f0a8f6836f
child 4043 090f8ee7ec9f
dynamically added items must be translated also
NewLauncher.st
--- a/NewLauncher.st	Thu Oct 24 16:43:42 2002 +0200
+++ b/NewLauncher.st	Thu Oct 24 17:33:26 2002 +0200
@@ -3104,6 +3104,8 @@
      rest subMenu subItem nItems idx 
      positionSpecOrNil itemNameOrNil before|
 
+    newItem findGuiResourcesIn:self rememberResourcesIn:nil.
+
     positionSpecOrNil := positionSpecOrNilArg.
     positionSpecOrNil isArray ifTrue:[
         positionSpecOrNil size > 1 ifTrue:[
@@ -4121,5 +4123,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.270 2002-10-09 13:45:46 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.271 2002-10-24 15:33:26 cg Exp $'
 ! !