Merge heads.
// Copyright (c) 2003-2009 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:
//
NAME TLCH
#include <techview/eikon.rh>
#include "tlch.hrh"
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf=""; }
RESOURCE EIK_APP_INFO
{
menubar=r_tlch_menubar;
hotkeys=r_tlch_hotkeys;
// toolbar=r_tlch_toolbar;
}
RESOURCE HOTKEYS r_tlch_hotkeys
{
control=
{
HOTKEY { command=EEikCmdExit; key='e'; },
HOTKEY { command=ETlchMenuHelpC; key='h'; },
HOTKEY { command=ETlchMenuHelp; key='i'; }
};
}
RESOURCE MENU_BAR r_tlch_menubar
{
titles=
{
MENU_TITLE { menu_pane=r_tlch_file_menu; txt="File"; },
MENU_TITLE { menu_pane=r_tlch_view_menu; txt="View"; }
};
}
RESOURCE MENU_PANE r_tlch_file_menu
{
items=
{
MENU_ITEM { command=ETlchMenuHelpC; txt="Help with contexts"; },
MENU_ITEM { command=ETlchMenuHelp; txt="Help without contexts"; flags=EEikMenuItemSeparatorAfter; },
MENU_ITEM { command=EEikCmdExit; txt="Close"; }
};
}
RESOURCE MENU_PANE r_tlch_view_menu
{
items=
{
MENU_ITEM { command=ETlchAppView; txt="View"; },
MENU_ITEM { command=ETlchDialogView; txt="Dialog"; }
};
}