# HG changeset patch # User Claus Gittinger # Date 1256546698 -3600 # Node ID 2bf7608ed25a377953be9743372e0bb8d251fc26 # Parent fe9fe2fa192c0f46498b1d52149ae47682756a2a *** empty log message *** diff -r fe9fe2fa192c -r 2bf7608ed25a Tools__ProjectBuilderAssistantApplication.st --- a/Tools__ProjectBuilderAssistantApplication.st Sun Oct 25 02:20:52 2009 +0200 +++ b/Tools__ProjectBuilderAssistantApplication.st Mon Oct 26 09:44:58 2009 +0100 @@ -235,6 +235,7 @@ model: newProjectsName acceptOnReturn: true acceptOnTab: true + acceptOnLostFocus: true acceptOnPointerLeave: true emptyFieldReplacementText: 'module:directory' ) @@ -367,6 +368,7 @@ model: newApplicationsName acceptOnReturn: true acceptOnTab: true + acceptOnLostFocus: true acceptOnPointerLeave: true emptyFieldReplacementText: 'MyApplication' ) @@ -508,6 +510,7 @@ model: newStartupClassName acceptOnReturn: true acceptOnTab: true + acceptOnLostFocus: true acceptOnPointerLeave: true emptyFieldReplacementText: 'MyStandAloneStartup' )