00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
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
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
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";}