|
1 /* |
|
2 * Copyright (c) 2005-2007 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: Resource file for PslnGSPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME PSGS // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 #include <pslngsplugin.loc> |
|
24 |
|
25 #include <data_caging_paths_strings.hrh> |
|
26 #include <bldvariant.hrh> |
|
27 #include <avkon.loc> |
|
28 #include <avkon.mbg> |
|
29 #include <avkon.rsg> |
|
30 #include <eikcore.rsg> |
|
31 #include <uikon.rh> |
|
32 |
|
33 // CONSTANTS |
|
34 |
|
35 // RESOURCE DEFINITIONS |
|
36 |
|
37 //---------------------------------------------------- |
|
38 // |
|
39 // |
|
40 // Needed or loading the resource fails! |
|
41 // |
|
42 //---------------------------------------------------- |
|
43 // |
|
44 RESOURCE RSS_SIGNATURE |
|
45 { |
|
46 } |
|
47 |
|
48 //---------------------------------------------------- |
|
49 // |
|
50 // r_psln_gs_plugin_caption |
|
51 // Themes Plugin caption. |
|
52 // |
|
53 //---------------------------------------------------- |
|
54 // |
|
55 RESOURCE TBUF r_psln_gs_plugin_caption |
|
56 { |
|
57 #ifdef RD_CONTROL_PANEL |
|
58 buf = qtn_cp_folder_themes; |
|
59 #else |
|
60 buf = qtn_set_pers_theme; |
|
61 #endif // RD_CONTROL_PANEL |
|
62 } |
|
63 |
|
64 //End of File |