messagingappbase/mce/group/mce.rss
branchRCL_3
changeset 17 caea42e26caa
parent 2 0bf1d54f37d9
equal deleted inserted replaced
9:1d7827e39b52 17:caea42e26caa
    39 
    39 
    40 #include <bldvariant.hrh>
    40 #include <bldvariant.hrh>
    41 
    41 
    42 #include <appinfo.rh>
    42 #include <appinfo.rh>
    43 #include <messaging.loc>
    43 #include <messaging.loc>
    44 
       
    45 #include <AiwCommon.rh>
    44 #include <AiwCommon.rh>
    46 
    45 
    47 #include <aknsconstants.hrh>
    46 #include <aknsconstants.hrh>
    48 #include <eikon.hrh>
    47 #include <eikon.hrh>
    49 
    48 
   222         MENU_ITEM
   221         MENU_ITEM
   223             {
   222             {
   224             command = EMceCmdZoomMenu;
   223             command = EMceCmdZoomMenu;
   225             txt = qtn_options_text_size;
   224             txt = qtn_options_text_size;
   226             cascade = r_mce_local_zoom_value;
   225             cascade = r_mce_local_zoom_value;
       
   226             },            
       
   227         MENU_ITEM   
       
   228             { 
       
   229             command = EMceDefaultView;    
       
   230             txt = qtn_cv_opt_def_view; 
       
   231             cascade = r_mce_default_view_submenu;  
   227             },
   232             },
   228         MENU_ITEM
   233         MENU_ITEM
   229             {
   234             {
   230             command = EMceCmdSettings;
   235             command = EMceCmdSettings;
   231             txt = qtn_mce_settings;
   236             txt = qtn_mce_settings;
   232             },
   237             },
   233 
       
   234 
       
   235         MENU_ITEM
   238         MENU_ITEM
   236             {
   239             {
   237             command = EAknCmdHelp;
   240             command = EAknCmdHelp;
   238             txt = qtn_options_help;
   241             txt = qtn_options_help;
   239             },
   242             },
  1150     
  1153     
  1151 RESOURCE TBUF r_qtn_mce_markas_unread    
  1154 RESOURCE TBUF r_qtn_mce_markas_unread    
  1152     { 
  1155     { 
  1153     buf = qtn_mce_rm_mark_unread; 
  1156     buf = qtn_mce_rm_mark_unread; 
  1154     }
  1157     }
  1155     
  1158 
       
  1159 //----------------------------------------------------
       
  1160 //    Ok/ Empty confirmation dialog
       
  1161 //----------------------------------------------------
       
  1162 //
       
  1163 RESOURCE DIALOG r_mce_ok_empty_confirmation
       
  1164     {
       
  1165     flags = EGeneralQueryFlags;
       
  1166     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
  1167     items=
       
  1168         {
       
  1169         DLG_LINE
       
  1170             {
       
  1171             type = EAknCtQuery;
       
  1172             id = EGeneralQuery;
       
  1173             control = AVKON_CONFIRMATION_QUERY
       
  1174                 { 
       
  1175                 layout = EConfirmationLayout;
       
  1176                 label = "";
       
  1177                 animation = R_QGN_NOTE_INFO_ANIM;
       
  1178                 };
       
  1179             }
       
  1180         };
       
  1181     }
       
  1182 
       
  1183 // ---------------------------------------------------------
       
  1184 //   
       
  1185 //    R_MCE_DEFAULT_VIEW_SUBMENU 
       
  1186 //    Cascading  menu items
       
  1187 // ---------------------------------------------------------
       
  1188 //
       
  1189 
       
  1190 RESOURCE MENU_PANE r_mce_default_view_submenu
       
  1191     {
       
  1192     items = 
       
  1193         {       
       
  1194         MENU_ITEM   
       
  1195             { 
       
  1196             command = EMceDefaultConversationsView;    
       
  1197             txt = qtn_cv_opt_sub_conv;  
       
  1198             flags = EEikMenuItemRadioStart; 
       
  1199             }
       
  1200         ,
       
  1201         MENU_ITEM   
       
  1202             { 
       
  1203             command = EMceDefaultInboxView;            
       
  1204             txt = qtn_cv_opt_sub_inbox;    
       
  1205             flags = EEikMenuItemRadioEnd; 
       
  1206             }       
       
  1207         };
       
  1208     }
       
  1209 
       
  1210 // ---------------------------------------------------------
       
  1211 //   Mce Default view notifications
       
  1212 // ---------------------------------------------------------
       
  1213 //
       
  1214 RESOURCE TBUF r_defaultview_inbox_selected            {  buf = qtn_cv_info_inbox_used;    }
       
  1215 RESOURCE TBUF r_defaultview_conversation_selected     {  buf = qtn_cv_info_conv_used;    }
       
  1216    
  1156 // End of File
  1217 // End of File