line draw deferment implemented
[picodrive.git] / platform / s60 / PicoDrive_Loc.rss
CommitLineData
cc68a136 1#include <AppInfo.rh>\r
2\r
3// This file localise the applications icons and caption\r
4RESOURCE LOCALISABLE_APP_INFO\r
5 {\r
6 caption_and_icon =\r
7 {\r
8 CAPTION_AND_ICON_INFO\r
9 {\r
10 // The caption text is defined in the rls file\r
11 caption = "PicoDrive";\r
12 // Icons are used to represent applications in the \r
13 // application launcher and application title bar.\r
14 // The number_of_icons value identifies how many icons \r
15 // that exist in the icon_file.\r
16 number_of_icons = 2;\r
17 // Using the application icons.\r
18 icon_file = "\\Resource\\Apps\\PicoDrive.mbm";\r
19 }\r
20 };\r
21 }\r
22\r