|
1 /* |
|
2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "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 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Localized resources for skin names |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME PSSN // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 #include <eikon.rh> |
|
24 |
|
25 #include "PslnSkinNames.rh" |
|
26 #include <psln.loc> |
|
27 |
|
28 // RESOURCE DEFINITIONS |
|
29 |
|
30 // ----------------------------------------------------------------------------- |
|
31 // |
|
32 // RSS_SIGNATURE |
|
33 // |
|
34 // |
|
35 // ----------------------------------------------------------------------------- |
|
36 // |
|
37 RESOURCE RSS_SIGNATURE |
|
38 { |
|
39 } |
|
40 |
|
41 |
|
42 // **SKIN NAMES |
|
43 |
|
44 // ----------------------------------------------------------------------------- |
|
45 // |
|
46 // r_psln_skin_names |
|
47 // |
|
48 // ----------------------------------------------------------------------------- |
|
49 // |
|
50 RESOURCE PSLN_SKINNAME_LIST r_psln_skinname_list |
|
51 { |
|
52 items = |
|
53 { |
|
54 // Series 60 Default System skin |
|
55 PSLN_SKINNAME |
|
56 { |
|
57 pid1 = 0x101f84b9; |
|
58 pid2 = 0; |
|
59 listname = qtn_skins_list_namenoktheme; |
|
60 titlename = qtn_skins_title_s60; |
|
61 }, |
|
62 // Series 60 reference "Ice" skin |
|
63 PSLN_SKINNAME |
|
64 { |
|
65 pid1 = 0x101f84ba; |
|
66 pid2 = 0; |
|
67 listname = qtn_skins_list_nameskin1; |
|
68 titlename = qtn_skins_title_skin1; |
|
69 }, |
|
70 // Series 60 reference "Structure" skin |
|
71 PSLN_SKINNAME |
|
72 { |
|
73 pid1 = 0x101f84bb; |
|
74 pid2 = 0; |
|
75 listname = qtn_skins_list_nameskin2; |
|
76 titlename = qtn_skins_title_skin2; |
|
77 } |
|
78 }; |
|
79 } |
|
80 |
|
81 // End of File |