www.pudn.com > QHelloWorld.rar > HelloWorld_loc.rss


// HelloWorld_loc.rss 
// 
// © Symbian Software Ltd 2005. All rights reserved. 
// 
 
#include  
#include "HelloWorld_loc.rls" 
 
// This file localise the applications icons and caption 
RESOURCE LOCALISABLE_APP_INFO 
	{ 
	caption_and_icon = 
		{ 
		CAPTION_AND_ICON_INFO 
			{ 
			// The caption text is defined in the rls file 
			caption = STRING_r_helloworld_caption; 
			// Icons are used to represent applications in the  
			// application launcher and application title bar. 
			// The number_of_icons value identifies how many icons  
			// that exist in the icon_file. 
			number_of_icons = 3; 
			// Using the application icons. 
			icon_file = "\\Resource\\Apps\\HelloWorldAppIcon.mbm"; 
			} 
		}; 
	}