imstutils/xmppadapter/data/wpgeneralxmppsettingsadapter.rss
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1  /*
       
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 * Initial Contributors:
       
     9 * Nokia Corporation - initial contribution.
       
    10 *
       
    11 * Contributors:
       
    12 *
       
    13 * Description:  resource file
       
    14 *
       
    15 */
       
    16 
       
    17 //  NAME    ?resource_name
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME XADA // 4 letter ID , im service details
       
    20 
       
    21 #include <badef.rh>
       
    22 #include <bldvariant.hrh>
       
    23 #include <meco.loc>
       
    24 
       
    25 #include <data_caging_paths_strings.hrh>
       
    26 
       
    27 #include <eikon.rh>
       
    28 #include <avkon.rh>
       
    29 
       
    30 #include <eikcore.rsg>
       
    31 #include <eikon.rsg>
       
    32 #include <avkon.hrh>
       
    33 #include <avkon.rsg>
       
    34 #include <avkon.mbg>
       
    35 #include <avkon.loc>
       
    36 
       
    37 // ---------------------------------------------------------------------------
       
    38 // RSS_SIGNATURE
       
    39 // ---------------------------------------------------------------------------
       
    40 //
       
    41 RESOURCE RSS_SIGNATURE { }
       
    42 
       
    43 STRUCT STRING{
       
    44 LTEXT text;
       
    45 }
       
    46 
       
    47 // Rich text labels
       
    48 RESOURCE STRING r_qtn_ipcomm_msg_text
       
    49 	{
       
    50 	text = qtn_ipcomm_msg_text;
       
    51 	}
       
    52 	
       
    53 RESOURCE STRING r_qtn_ipcomm_msg_title
       
    54 	{
       
    55 	text = qtn_ipcomm_msg_title;
       
    56 	}
       
    57 
       
    58 // End of file.
       
    59