equal
deleted
inserted
replaced
|
1 // fshell_loc.rss |
|
2 // |
|
3 // Copyright (c) 2006 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #include <AppInfo.rh> |
|
14 #include <fshell/common.mmh> |
|
15 #include "fshell.rls" |
|
16 |
|
17 RESOURCE LOCALISABLE_APP_INFO |
|
18 { |
|
19 short_caption = STRING_r_fshell_short_caption; |
|
20 caption_and_icon = |
|
21 { |
|
22 CAPTION_AND_ICON_INFO |
|
23 { |
|
24 caption = STRING_r_fshell_caption; |
|
25 #ifdef FSHELL_PLATFORM_UIQ |
|
26 number_of_icons = 4; |
|
27 icon_file = "\\Resource\\Apps\\fshellAppIcon.mbm"; |
|
28 #else |
|
29 number_of_icons = 1; |
|
30 icon_file = "\\Resource\\Apps\\fshell_local.mif"; |
|
31 #endif |
|
32 } |
|
33 }; |
|
34 } |