browserui/browser/SrcData/BrowserNG.rss
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
equal deleted inserted replaced
37:481242ead638 51:48e827313edd
     1 /*
       
     2 * Copyright (c) 2002-2006 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 the License "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 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     Main browser resource file
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include "Browser.rss"
       
    21 #include "BrowserWindowSelection.rssi"
       
    22 #include "BrowserInitial.rssi"
       
    23 #ifdef __RSS_FEEDS
       
    24 #include "Feeds.rssi"
       
    25 #endif  // __RSS_FEEDS
       
    26 
       
    27 //----------------------------------------------------
       
    28 //   
       
    29 //   Find keyword strings
       
    30 //   
       
    31 //----------------------------------------------------
       
    32 //
       
    33 
       
    34 RESOURCE TBUF r_qtn_browser_keyword_find_no_matches 	        { buf = qtn_browser_keyword_find_no_matches; }
       
    35 RESOURCE TBUF r_qtn_browser_keyword_find_wraparound 	        { buf = qtn_browser_keyword_find_wraparound; }
       
    36 RESOURCE TBUF r_qtn_browser_keyword_find_all_content_searched 	{ buf = qtn_browser_keyword_find_all_content_searched; }