equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #include <badef.rh> |
|
17 #include <uikon.rh> |
|
18 |
|
19 |
|
20 RESOURCE RSS_SIGNATURE {} |
|
21 |
|
22 RESOURCE ARRAY uid_pair_array |
|
23 { |
|
24 items= |
|
25 { |
|
26 UID_NAME_PAIR {uid=268435817; name=LBUF {txt="uid1";};}, |
|
27 UID_NAME_PAIR {uid=268435818; name=LBUF {txt="uid2";};} |
|
28 }; |
|
29 } |
|
30 |
|
31 |
|
32 RESOURCE TBUF sys_dimmed_msg {buf="This item is not available";} |