examples/Messaging/TextMTM/txti/TXTI.RSS

00001 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 //
00015 
00016 NAME TXTI
00017 
00018 #include <eikon.rh>
00019 #include <mtud.rh>
00020 #include "TXTUCMDS.H"
00021 
00022 
00023 RESOURCE RSS_SIGNATURE
00024         { }
00025 
00026 // MTM-specific function array
00027 RESOURCE MTUD_FUNCTION_ARRAY r_textud_function_array
00028         {
00029         functions=      
00030                 {
00031                 MTUD_FUNCTION { functiontext="Refresh service"; command=ETxtuCommandRefreshMBox; key='r'; flags=EMtudCommandTransferReceive; },
00032                 MTUD_FUNCTION { functiontext="Export text to file"; command=ETxtuCommandExportText; key='e'; flags=EMtudCommandTransferSend;}
00033                 };
00034         }
00035 
00036 // User information strings
00037 RESOURCE TBUF80 r_textud_only_refresh_services  { buf="Can only refresh service entries"; }
00038 RESOURCE TBUF80 r_textud_can_not_edit_folders  {buf="Can not edit folders";}
00039 RESOURCE TBUF80 r_textud_only_messages  {buf="This can only be done on local messages";}
00040 RESOURCE TBUF80 r_textud_not_supported  {buf="This action is not supported";}

Generated on Thu Jan 21 10:32:59 2010 for TB10.1 Example Applications by  doxygen 1.5.3