psln/Rss/PslnCommon.rss
author srilekhas <srilekhas@symbian.org>
Fri, 17 Sep 2010 17:57:10 +0100
branchRCL_3
changeset 61 3ef26114864f
parent 56 d48ab3b357f1
permissions -rw-r--r--
Updated missed Bug 2012 fix from the last merge.

/*
* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Common resources for application, framework and plugins.
*
*/


//  RESOURCE IDENTIFIER
NAME    PSLC // 4 letter ID

//  INCLUDES
#include "psln.hrh"
#include <psln.loc>
#include <uikon.rh>
#include <avkon.rh>
#include <eikon.rh>

//  RESOURCE DEFINITIONS 
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf=""; }

// -----------------------------------------------------------------------------
//
//    r_psln_gen_view_menupane
//    Menu pane for general theme view.
//
// -----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_psln_gen_view_menupane
    {
    items =
        {
        MENU_ITEM 
            {
            command = EPslnCmdAppDownload;
            txt = qtn_skins_option_dltheme;
            flags = EEikMenuItemAction;
            },
        MENU_ITEM 
            {
            command = EPslnCmdAppActivate;
            txt = qtn_skins_option_activate;
            flags = EEikMenuItemAction;
            }  
        };
    }

// End of File