systemsettings/GSAccessoryPlugin/data/gsaccessoryplugin.rss
branchRCL_3
changeset 62 924385140d98
parent 20 5964140ed25a
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    66             },
    66             },
    67         MENU_TITLE
    67         MENU_TITLE
    68             {
    68             {
    69             menu_pane = r_gs_menu_item_help;
    69             menu_pane = r_gs_menu_item_help;
    70             },
    70             },
    71         MENU_TITLE 
    71         MENU_TITLE
    72             {
    72             {
    73             menu_pane = r_acc_menu_item_set_as_default;
    73             menu_pane = r_acc_menu_item_set_as_default;
    74             },
    74             },
    75         MENU_TITLE
    75         MENU_TITLE
    76             {
    76             {
    81 
    81 
    82 //----------------------------------------------------------------------------
    82 //----------------------------------------------------------------------------
    83 // R_ACC_MENU_ITEM_SET_AS_DEFAULT
    83 // R_ACC_MENU_ITEM_SET_AS_DEFAULT
    84 //----------------------------------------------------------------------------
    84 //----------------------------------------------------------------------------
    85 //
    85 //
    86  RESOURCE MENU_PANE r_acc_menu_item_set_as_default  
    86 RESOURCE MENU_PANE r_acc_menu_item_set_as_default
    87     {
    87     {
    88     items =
    88     items =
    89         {
    89         {
    90         MENU_ITEM
    90         MENU_ITEM
    91             {
    91             {
    92             command = EGSCmdAppSetasDefault;
    92             command = EGSCmdAppSetasDefault;
    93             txt = qtn_set_options_set_as_default;
    93             txt = qtn_set_options_set_as_default;
    94 	    flags = EEikMenuItemSpecific;
    94 	    flags = EEikMenuItemSpecific;
    95             }
    95             }
    96         };
    96         };
    97     } 
    97     }
    98 
    98 
    99 //----------------------------------------------------------------------------
    99 //----------------------------------------------------------------------------
   100 // R_ACC_MAIN_VIEW_CAPTION
   100 // R_ACC_MAIN_VIEW_CAPTION
   101 //----------------------------------------------------------------------------
   101 //----------------------------------------------------------------------------
   102 //
   102 //
   786 //
   786 //
   787 RESOURCE AVKON_SETTING_PAGE r_acc_default_profile_setting_page
   787 RESOURCE AVKON_SETTING_PAGE r_acc_default_profile_setting_page
   788     {
   788     {
   789     number = EAknSettingPageNoOrdinalDisplayed;
   789     number = EAknSettingPageNoOrdinalDisplayed;
   790     label = qtn_acc_sett_def_prof;
   790     label = qtn_acc_sett_def_prof;
   791     softkey_resource = R_AVKON_SOFTKEYS_CANCEL;
   791     softkey_resource = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
   792     type = EAknSetListBox;
   792     type = EAknSetListBox;
   793     editor_resource_id = r_setting_listbox;
   793     editor_resource_id = r_setting_listbox;
   794     }
   794     }
   795 
   795 
   796 //----------------------------------------------------------------------------
   796 //----------------------------------------------------------------------------