csxhelp/AiwHelpProvider/src/AiwHelpProvider.rss
branchRCL_3
changeset 17 12f60d9a73b3
parent 16 0d1adf67ec1b
child 18 cbffe13eac63
equal deleted inserted replaced
16:0d1adf67ec1b 17:12f60d9a73b3
     1 /*
       
     2 * Copyright (c) 2002 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:  resource file
       
    15 *                Write the menu resources here.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <Eikon.rh>
       
    22 #include "RegistryInfoV2.rh" 
       
    23 #include "AiwHelpProvider.rh"
       
    24 #include <aiwxhelpprovider.loc>
       
    25 #include <AiwCommon.hrh>
       
    26 #include <avkon.loc>
       
    27 
       
    28 RESOURCE MENU_PANE r_aiwhelpprovider_menu
       
    29     {
       
    30     items =
       
    31         {
       
    32         MENU_ITEM { command = AIW_SUBMENU_TITLE; txt = qtn_options_help; },
       
    33         MENU_ITEM { command = EAiwShowHelpCmd; txt = qtn_options_help;extratxt = qtn_options_help_sm_help;  }
       
    34      
       
    35         };
       
    36     }