equal
deleted
inserted
replaced
|
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: This file contains resources for Phonebook 2 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "Pbk2UIControls.hrh" |
|
20 |
|
21 // --------------------------------------------------------- |
|
22 // Dialog for text remove confirmation query |
|
23 // --------------------------------------------------------- |
|
24 // |
|
25 RESOURCE DIALOG r_phonebook2_remove_image_confirmation_dialog |
|
26 { |
|
27 flags = EGeneralQueryFlags; |
|
28 buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
29 items = |
|
30 { |
|
31 DLG_LINE |
|
32 { |
|
33 type = EAknCtQuery; |
|
34 id = EGeneralQuery; |
|
35 control = AVKON_CONFIRMATION_QUERY |
|
36 { |
|
37 layout = EConfirmationQueryLayout; |
|
38 label = qtn_phob_note_remove_image; |
|
39 }; |
|
40 } |
|
41 }; |
|
42 } |
|
43 |
|
44 // --------------------------------------------------------- |
|
45 // Field type for image for call (gallery filename) |
|
46 // --------------------------------------------------------- |
|
47 // |
|
48 RESOURCE VPBK_FIELD_TYPE_MAPPING_LIST r_image_field_type |
|
49 { |
|
50 items = |
|
51 { |
|
52 VPBK_FIELD_TYPE_MAPPING |
|
53 { |
|
54 versitProperty = VBK_FIELD_VERSIT_PROPERTY {}; |
|
55 nonVersitType = EVPbkNonVersitTypeCodImage; |
|
56 } |
|
57 }; |
|
58 } |
|
59 |
|
60 // End of file |
|
61 |