equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 for fs ui data mtm |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME FSUD |
|
21 |
|
22 // INCLUDES |
|
23 #include <eikon.rh> |
|
24 #include <mtud.rh> |
|
25 #include <mtmuidef.hrh> |
|
26 #include <avkon.loc> // qtn_options_send_via_email |
|
27 |
|
28 |
|
29 // Include the FsLoc header so that the appropriate |
|
30 // language localization file is included. |
|
31 RESOURCE RSS_SIGNATURE { } |
|
32 |
|
33 RESOURCE MTUD_FUNCTION_ARRAY r_fs_function_array |
|
34 { |
|
35 functions= |
|
36 { |
|
37 MTUD_FUNCTION |
|
38 { |
|
39 // Send via submenu text |
|
40 functiontext = qtn_options_send_via_email; |
|
41 command = KMtmUiFunctionSendAs; // defined in mtmuidef.hrh |
|
42 flags = EMtudCommandSendAs; // defined in mtud.hrh |
|
43 } |
|
44 }; |
|
45 } |
|
46 |
|
47 RESOURCE TBUF r_fs_not_supported { buf = text_not_done; } |