idlefw/plugins/mcsplugin/data/mcspluginsettingsres.rss
branchRCL_3
changeset 101 9e077f9a342c
parent 4 1a2a00e78665
equal deleted inserted replaced
82:ace62b58f4b2 101:9e077f9a342c
   100 //----------------------------------------------------
   100 //----------------------------------------------------
   101 //
   101 //
   102 RESOURCE AVKON_VIEW r_ai_mcs_settings_view
   102 RESOURCE AVKON_VIEW r_ai_mcs_settings_view
   103 {
   103 {
   104     menubar = r_ai_mcs_settings_menubar;
   104     menubar = r_ai_mcs_settings_menubar;
   105     //cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
   106     cba = r_scut_softkeys_options_back_change;
   105     cba = r_scut_softkeys_options_back_change;
   107 }
   106 }
   108 
   107 
   109 //----------------------------------------------------
   108 //----------------------------------------------------
   110 // r_ai_mcs_setting_listbox
   109 // r_ai_mcs_setting_listbox
   241         CBA_BUTTON {id = EAknSoftkeyBack;          txt = text_softkey_back;   },
   240         CBA_BUTTON {id = EAknSoftkeyBack;          txt = text_softkey_back;   },
   242         CBA_BUTTON {id = EAiScutSettingsCmdChange; txt = qtn_msk_change;      }
   241         CBA_BUTTON {id = EAiScutSettingsCmdChange; txt = qtn_msk_change;      }
   243     };
   242     };
   244 }
   243 }
   245 
   244 
   246 // -----------------------------------------------------------------------------
       
   247 //
       
   248 // -----------------------------------------------------------------------------
       
   249 //
       
   250 RESOURCE CBA r_scut_softkeys_options_exit_change
       
   251 {
       
   252     buttons =
       
   253     {
       
   254         CBA_BUTTON {id = EAknSoftkeyOptions;       txt = text_softkey_option; },
       
   255         CBA_BUTTON {id = EAknSoftkeyExit;          txt = text_softkey_exit;   },
       
   256         CBA_BUTTON {id = EAiScutSettingsCmdChange; txt = qtn_msk_change;      }
       
   257     };
       
   258 }
       
   259 
       
   260 // End of File.
   245 // End of File.