|
1 /* |
|
2 * Copyright (c) 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 "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: Resource file of chat list view |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 //---------------------------------------------------- |
|
20 // |
|
21 // r_chatclient_invitations_view |
|
22 // View-resource definition for recordedChats-view |
|
23 // |
|
24 //---------------------------------------------------- |
|
25 // |
|
26 RESOURCE AVKON_VIEW r_chatclient_invitations_view |
|
27 { |
|
28 hotkeys=r_chatclient_hotkeys; |
|
29 menubar=r_chatclient_menubar_invitations_view; |
|
30 cba = r_chat_softkeys_options_back__contextoptions; |
|
31 } |
|
32 |
|
33 //---------------------------------------------------- |
|
34 // |
|
35 // r_chatclient_menubar_invitatios_view |
|
36 // Menubar definition for invitatios-view |
|
37 // |
|
38 //---------------------------------------------------- |
|
39 // |
|
40 RESOURCE MENU_BAR r_chatclient_menubar_invitations_view |
|
41 { |
|
42 titles= |
|
43 { |
|
44 MENU_TITLE { menu_pane=r_chatclient_general_menu; }, |
|
45 MENU_TITLE { menu_pane=r_chatclient_invitations_view_menu; } |
|
46 }; |
|
47 } |
|
48 |
|
49 |
|
50 //---------------------------------------------------- |
|
51 // |
|
52 // r_chatclient_invitations_contextmenubar |
|
53 // Menubar definition for recorded chats list view context menu |
|
54 // |
|
55 //---------------------------------------------------- |
|
56 // |
|
57 RESOURCE MENU_BAR r_chatclient_invitations_contextmenubar |
|
58 { |
|
59 titles= |
|
60 { |
|
61 MENU_TITLE { menu_pane = r_chatclient_invitations_contextmenu; } |
|
62 }; |
|
63 } |
|
64 |
|
65 //---------------------------------------------------- |
|
66 // |
|
67 // r_chatclient_chatlist_view_menu |
|
68 // Items for menupane in chatlist-view |
|
69 // |
|
70 //---------------------------------------------------- |
|
71 // |
|
72 RESOURCE MENU_PANE r_chatclient_invitations_view_menu |
|
73 { |
|
74 |
|
75 items= |
|
76 { |
|
77 MENU_ITEM { command = EChatInvitationDlgCmdJoin; |
|
78 txt = qtn_chat_invit_accept_join; |
|
79 }, |
|
80 MENU_ITEM { command = EChatInvitationDlgCmdReject; |
|
81 txt = qtn_chat_invite_reject; |
|
82 }, |
|
83 MENU_ITEM { command = EChatInvitationDlgCmdDelete; |
|
84 txt = qtn_chat_conv_list_delete; |
|
85 }, |
|
86 MENU_ITEM { command = EChatInvitationDlgCmdBlock; |
|
87 cascade = r_chatclient_friendslist_submenu; |
|
88 txt = qtn_chat_friend_om_imsg_set; |
|
89 } |
|
90 }; |
|
91 } |
|
92 |
|
93 //---------------------------------------------------- |
|
94 // |
|
95 // r_chatclient_invitations_contextmenu |
|
96 // Items for context menupane in recorded chats list view |
|
97 // |
|
98 //---------------------------------------------------- |
|
99 // |
|
100 RESOURCE MENU_PANE r_chatclient_invitations_contextmenu |
|
101 { |
|
102 items= |
|
103 { |
|
104 MENU_ITEM { command = EChatInvitationDlgCmdJoin; |
|
105 txt = qtn_chat_invit_accept_join; |
|
106 }, |
|
107 MENU_ITEM { command = EChatInvitationDlgCmdReject; |
|
108 txt = qtn_chat_invite_reject; |
|
109 }, |
|
110 MENU_ITEM { command = EChatInvitationDlgCmdDelete; |
|
111 txt = qtn_chat_conv_list_delete; |
|
112 } |
|
113 }; |
|
114 } |