00001 /* 00002 ============================================================================ 00003 Name : ExeLauncher_UIQ3_loc.rss 00004 Author : Hamish Willee 00005 Version : 00006 Copyright : (C) Symbian 2007 00007 Description : This file localise the applications icons and caption 00008 for ExeLauncher_UIQ3. 00009 ============================================================================ 00010 */ 00011 00012 #include <AppInfo.rh> 00013 #include "ExeLauncher_UIQ3_loc.rls" 00014 00015 RESOURCE LOCALISABLE_APP_INFO 00016 { 00017 caption_and_icon = 00018 { 00019 CAPTION_AND_ICON_INFO 00020 { 00021 // The caption text is defined in the rls file 00022 caption = STRING_r_ExeLauncher_UIQ3_caption; 00023 // Icons are used to represent applications in the 00024 // application launcher and application title bar. 00025 // The number_of_icons value identifies how many icons 00026 // that exist in the icon_file. 00027 number_of_icons = 3; 00028 // Using the application icons. 00029 icon_file = "\\Resource\\Apps\\ExeLauncher_UIQ3AppIcon.mbm"; 00030 } 00031 }; 00032 } 00033