/*
* Copyright (c) 2002-2005 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: Resource file of chat list view
*
*/
//----------------------------------------------------
//
// r_chatclient_recordedchats_view
// View-resource definition for recordedChats-view
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_chatclient_recordedchats_view
{
hotkeys=r_chatclient_hotkeys;
menubar=r_chatclient_menubar_recordedchats_view;
cba=R_AVKON_SOFTKEYS_SELECTION_LIST;
}
//----------------------------------------------------
//
// r_chatclient_menubar_chatlist_view
// Menubar definition for chatlist-view
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_chatclient_menubar_recordedchats_view
{
titles=
{
MENU_TITLE { menu_pane=r_chatclient_general_menu; },
MENU_TITLE { menu_pane=r_chatclient_recordedchats_view_menu; }
};
}
//----------------------------------------------------
//
// r_chatclient_chatlist_view_menu
// Items for menupane in chatlist-view
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_chatclient_recordedchats_view_menu
{
items=
{
MENU_ITEM
{
command = EChatClientOpenObject;
txt = qtn_chat_open_object;
},
MENU_ITEM
{
command = EChatClientSaveObject;
txt = qtn_chat_save_object;
},
MENU_ITEM
{
command = EChatClientFindMenuPlaceHolder;
txt = "";
},
MENU_ITEM
{
command = EChatClientIboxForward;
cascade = r_chatclient_ibox_forward_submenu;
txt = qtn_chat_om_forward;
},
MENU_ITEM
{
command = EChatClientSavedListViewCmdDelete;
txt = qtn_chat_recchat_om_del;
},
MENU_ITEM
{
command = EChatClientSavedListViewCmdSendOpt;
txt = qtn_options_send_via;
}
};
}
//----------------------------------------------------
//
// r_chatclient_recordedchats_menubar_context
// Menubar definition for add and reply menu
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_chatclient_recordedchats_menubar_context
{
titles=
{
MENU_TITLE { menu_pane=r_chatclient_recordedchats_context_menu; }
};
}
//----------------------------------------------------
//
// r_chatclient_recordedchats_context_menu
// Items for menupane in chatlist-view
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_chatclient_recordedchats_context_menu
{
items=
{
MENU_ITEM
{
command = EChatClientSavedListViewCmdDelete;
txt = qtn_chat_recchat_om_del;
},
MENU_ITEM
{
command = EChatClientSavedListViewCmdSendOpt;
cascade = r_chatclient_recordedchatslist_send_sub_menu;
txt = qtn_options_send_via;
}
};
}