camerauis/cameraapp/generic/data/cameraapp.rss
branchRCL_3
changeset 67 756ad29ed18e
parent 54 bac7acad7cb3
equal deleted inserted replaced
62:f0c0788c4de2 67:756ad29ed18e
    97         number_of_icons = 1;
    97         number_of_icons = 1;
    98         icon_file = "z:\\resource\\apps\\cameraapp_aif.mif";
    98         icon_file = "z:\\resource\\apps\\cameraapp_aif.mif";
    99         };
    99         };
   100     }
   100     }
   101 
   101 
   102 // ---------------------------------------------------------
       
   103 //   
       
   104 //    r_ftu_message_dialog_text
       
   105 //    FTU message dialog text
       
   106 // ---------------------------------------------------------
       
   107 //
       
   108 RESOURCE TBUF r_ftu_message_dialog_text { buf=qtn_lcam_location_ftu_text; }
       
   109 
       
   110 // ---------------------------------------------------------
       
   111 //   
       
   112 //    r_ftu_message_hyperlink_text
       
   113 //    FTU message hyperlink text
       
   114 // ---------------------------------------------------------
       
   115 //
       
   116 RESOURCE TBUF r_ftu_message_hyperlink_text{ buf=qtn_lcam_location_ftu; }
       
   117     
       
   118     
       
   119 // ---------------------------------------------------------
       
   120 //   
       
   121 //    r_ftu_message_dialog
       
   122 //    The FTU message dialog resource
       
   123 // ---------------------------------------------------------
       
   124 //    
       
   125 RESOURCE DIALOG r_ftu_message_dialog
       
   126     {
       
   127     flags=EEikDialogFlagNoDrag |EEikDialogFlagCbaButtons |EEikDialogFlagWait;
       
   128     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
   129        items =
       
   130          {
       
   131           DLG_LINE 
       
   132               {
       
   133                 type = EAknCtPopupHeadingPane;  
       
   134                 id = EAknMessageQueryHeaderId;
       
   135                 control = AVKON_HEADING 
       
   136                     {
       
   137                     headinglayout = R_AVKON_LIST_HEADING_PANE_POPUPS;
       
   138                     };
       
   139                 },
       
   140                 DLG_LINE    
       
   141                     {
       
   142                     type = EAknCtMessageQuery;   
       
   143                     id = EAknMessageQueryContentId;        
       
   144                     control = AVKON_MESSAGE_QUERY               
       
   145                         {              
       
   146                         message = "";             
       
   147                         };          
       
   148                     }
       
   149          };
       
   150     }
       
   151 // ===========================================================================
   102 // ===========================================================================
   152 // end of file
   103 // end of file