emailservices/emailframework/data/fsmailbrandmanager.rss
branchRCL_3
changeset 16 b5fbb9b25d57
parent 11 0396474f30f5
child 17 67369d1b217f
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
   398                             // Definition of BT Yahoo! Mail brand   
   398                             // Definition of BT Yahoo! Mail brand   
   399                             graphics_file_path = APP_BITMAP_DIR"\\yahoo_brand_graphics.mif";
   399                             graphics_file_path = APP_BITMAP_DIR"\\yahoo_brand_graphics.mif";
   400 
   400 
   401                             brand_id_match_strings =
   401                             brand_id_match_strings =
   402                                 {
   402                                 {
   403                                 BRAND_MATCH_STRING { text = "btinternet.com"; },
       
   404                                 BRAND_MATCH_STRING { text = "btopenworld.com"; },
   403                                 BRAND_MATCH_STRING { text = "btopenworld.com"; },
   405                                 BRAND_MATCH_STRING { text = "talk21.com"; }
   404                                 BRAND_MATCH_STRING { text = "talk21.com"; }
   406                                 };
   405                                 };
   407                             
   406                             
   408                             graphics = 
   407                             graphics = 
   421                                 {
   420                                 {
   422                                 BRANDABLE_COLOR { id = EFSMailboxNameColor;
   421                                 BRANDABLE_COLOR { id = EFSMailboxNameColor;
   423                                 red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
   422                                 red = 0xff; green = 0x30; blue = 0x20; alpha = 0xff; }
   424                                 };
   423                                 };
   425                             },
   424                             },
       
   425                         BRAND {
       
   426                             // Definition of btinternet.com brand with default icon   
       
   427                             brand_id_match_strings =
       
   428                                 {
       
   429                                 BRAND_MATCH_STRING { text = "btinternet.com"; }
       
   430                                 };
       
   431                                 
       
   432                             texts = 
       
   433                                 {
       
   434                                  BRANDABLE_TEXT { id = EFSMailboxName; text = "BT Internet"; }
       
   435                                 };
       
   436                             },
       
   437 
   426 
   438 
   427                             BRAND {
   439                             BRAND {
   428                                 // Definition of ... Yahoo! Mail brand   
   440                                 // Definition of ... Yahoo! Mail brand   
   429                                 graphics_file_path = APP_BITMAP_DIR"\\yahoo_brand_graphics.mif";
   441                                 graphics_file_path = APP_BITMAP_DIR"\\yahoo_brand_graphics.mif";
   430 
   442