equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: Resources of Templates factory settings. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <badef.rh> |
|
20 |
|
21 // ----------------------------------------------------------------------------- |
|
22 // |
|
23 // r_notepad_default_templates |
|
24 // Text array of default templates. |
|
25 // |
|
26 // ----------------------------------------------------------------------------- |
|
27 // |
|
28 RESOURCE ARRAY r_notepad_default_templates |
|
29 { |
|
30 items = |
|
31 { |
|
32 LBUF |
|
33 { |
|
34 txt = text_sms_temp_1; |
|
35 }, |
|
36 LBUF |
|
37 { |
|
38 txt = text_sms_temp_2; |
|
39 }, |
|
40 LBUF |
|
41 { |
|
42 txt = text_sms_temp_3; |
|
43 }, |
|
44 LBUF |
|
45 { |
|
46 txt = text_sms_temp_4; |
|
47 }, |
|
48 LBUF |
|
49 { |
|
50 txt = text_sms_temp_5; |
|
51 }, |
|
52 LBUF |
|
53 { |
|
54 txt = text_sms_temp_6; |
|
55 }, |
|
56 LBUF |
|
57 { |
|
58 txt = text_sms_temp_7; |
|
59 }, |
|
60 LBUF |
|
61 { |
|
62 txt = text_sms_temp_8; |
|
63 }, |
|
64 LBUF |
|
65 { |
|
66 txt = text_sms_temp_9; |
|
67 }, |
|
68 LBUF |
|
69 { |
|
70 txt = text_sms_temp_10; |
|
71 } |
|
72 }; |
|
73 } |
|
74 |
|
75 // End of File |