startupservices/Startup/data/startupofflinemodequery.rss
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2003 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 Off-line Mode query definition for the application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <avkon.loc>
       
    20 
       
    21 RESOURCE DIALOG r_startup_offline_mode_query
       
    22     {
       
    23     flags=EGeneralQueryFlags;
       
    24     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
    25     items=
       
    26         {
       
    27         DLG_LINE
       
    28             {
       
    29             type=EAknCtQuery;
       
    30             id=EGeneralQuery;
       
    31             control = AVKON_CONFIRMATION_QUERY
       
    32                 { 
       
    33                     layout = EConfirmationQueryLayout;
       
    34                     label = qtn_su_use_offline;
       
    35                 };
       
    36             }
       
    37         };
       
    38 
       
    39     }