equal
deleted
inserted
replaced
|
1 // Modify begin |
|
2 /* |
|
3 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
4 * All rights reserved. |
|
5 * This component and the accompanying materials are made available |
|
6 * under the terms of "Eclipse Public License v1.0"" |
|
7 * which accompanies this distribution, and is available |
|
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 * |
|
10 * Initial Contributors: |
|
11 * Nokia Corporation - initial contribution. |
|
12 * |
|
13 * Contributors: |
|
14 * |
|
15 * Description: Resource headers for project peninputgenericvkb |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef PENINPUTGENERICVKB_RH |
|
21 #define PENINPUTGENERICVKB_RH |
|
22 |
|
23 // system includes |
|
24 #include <uikon.rh> |
|
25 |
|
26 // ----------------------------------------------------------------------------- |
|
27 // PENINPUT_FSQQWERTY_RANGELABELS |
|
28 // Resource definition for range labels of range list |
|
29 // ----------------------------------------------------------------------------- |
|
30 // |
|
31 STRUCT PENINPUT_FSQQWERTY_RANGELABELS |
|
32 { |
|
33 LTEXT nativeChar =""; |
|
34 LTEXT nativeNumber =""; |
|
35 LTEXT latinChar =""; |
|
36 LTEXT latinNumber =""; |
|
37 LTEXT symbol =""; |
|
38 LTEXT accent =""; |
|
39 } |
|
40 |
|
41 #endif /* PENINPUTGENERICVKB_RH */ |
|
42 // Modify end |