phonebookui/Phonebook2/UIControls/rss/ToneCmds.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:  Phonebook 2 set tone command resources.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "Pbk2UIControls.hrh"
       
    20 #include <VPbkFieldType.rh>
       
    21 
       
    22 // ---------------------------------------------------------
       
    23 // Dialog for text remove confirmation query
       
    24 // ---------------------------------------------------------
       
    25 //
       
    26 RESOURCE DIALOG r_phonebook2_remove_ringtone_confirmation_dialog
       
    27     {
       
    28     flags = EGeneralQueryFlags;
       
    29     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    30     items =
       
    31         {
       
    32         DLG_LINE
       
    33             {
       
    34             type = EAknCtQuery;
       
    35             id = EGeneralQuery;
       
    36             control = AVKON_CONFIRMATION_QUERY
       
    37                 {
       
    38                 layout = EConfirmationQueryLayout;
       
    39                 label = qtn_phob_query_remove_ringtone;
       
    40                 };
       
    41             }
       
    42         };
       
    43     }
       
    44 
       
    45 // End of File