# HG changeset patch # User Claus Gittinger # Date 1256242670 -7200 # Node ID f2e117783c83ac197b97732fa530310d2ba83941 # Parent 3e0023b75ad950e3fb522a4fe135e5873e376bf1 labels and icon diff -r 3e0023b75ad9 -r f2e117783c83 Tools__ProjectBuilderAssistantApplication.st --- a/Tools__ProjectBuilderAssistantApplication.st Thu Oct 22 22:09:07 2009 +0200 +++ b/Tools__ProjectBuilderAssistantApplication.st Thu Oct 22 22:17:50 2009 +0200 @@ -38,6 +38,16 @@ " ! ! +!ProjectBuilderAssistantApplication class methodsFor:'defaults'! + +defaultIcon + ^ ToolbarIconLibrary projectBuilderIcon +! + +windowLabelTemplate + ^ 'ST/X Packager: %1' +! ! + !ProjectBuilderAssistantApplication class methodsFor:'interface specs'! page1_projectTypeSelectionSpec