diff -r 56daafb1974c -r 1f24dd01f091 NewLauncher.st --- a/NewLauncher.st Mon Nov 05 15:22:55 2018 +0100 +++ b/NewLauncher.st Mon Nov 05 15:23:08 2018 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1997-1998 by eXept Software AG All Rights Reserved @@ -3175,6 +3173,12 @@ itemValue: findAndDestroyWindow ) (MenuItem + activeHelpKey: windowsFindAndInspect + enabled: enableDangerousMenuItemsInRemoteLauncher + label: 'Find by Name and Inspect...' + itemValue: findAndInspectWindow + ) + (MenuItem label: '-' ) (MenuItem @@ -3207,6 +3211,8 @@ nil nil ) + + "Modified: / 05-11-2018 / 15:21:11 / Claus Gittinger" ! ! !NewLauncher class methodsFor:'oldstyle-menu specs'!