equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-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: |
|
15 * This file contains all the resources for the module. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 NAME UNIM |
|
23 |
|
24 // INCLUDES |
|
25 #include <eikon.rh> |
|
26 #include <avkon.rsg> |
|
27 #include <avkon.rh> |
|
28 |
|
29 #include <unieditor.loc> |
|
30 |
|
31 #include <data_caging_paths_strings.hrh> |
|
32 |
|
33 // RESOURCES |
|
34 |
|
35 RESOURCE RSS_SIGNATURE { } |
|
36 |
|
37 // Default name for file save? |
|
38 RESOURCE TBUF { buf = "UniMms"; } |
|
39 |
|
40 |
|
41 |
|
42 // RESOURCE DEFINITIONS |
|
43 |
|
44 RESOURCE DIALOG r_unieditor_query_ap_error |
|
45 { |
|
46 flags = EGeneralQueryFlags; |
|
47 buttons = R_AVKON_SOFTKEYS_YES_NO; |
|
48 items = |
|
49 { |
|
50 DLG_LINE |
|
51 { |
|
52 type = EAknCtQuery; |
|
53 id = EGeneralQuery; |
|
54 control = AVKON_CONFIRMATION_QUERY |
|
55 { |
|
56 layout = EConfirmationQueryLayout; |
|
57 label = qtn_mce_conf_no_ap; |
|
58 }; |
|
59 } |
|
60 }; |
|
61 } |
|
62 |
|
63 |
|
64 // End of File |