= Set Up the Menus = !InterfaceBuilder creates the standard menus for a new application, but it doesn't know the name of the application. Consequently, the Application menu and several menu items use the name "!NewApplication" where they should use the name of your application. Change the text of these items so that they read "Currency Converter" instead of "!NewApplication". 1. Double-click the text "!NewApplication" in the application menu of your application's menubar. Change the text to "Currency Converter". [[Image(ibwin-tiger17.jpg)]] '''NOTE:''' This change isn't really enough to get your application to display the right name for the Application menu when it's launched; the [AppleCurrencyConverterBuildingTheApp section] on building the application explains how to make sure the correct name appears. [AppleCurrencyConverter Start] [AppleCurrencyConverterBuildingUserInterfaceWithTigerAddButton Previous]