############################################################################
# TSM user customizable file: paste_o_menu, Run a program menu definitions.
#
# TSM will search along the following paths (in order) for this file name.
#     ./.tsmtext/$LANG/
#     ./.tsmtext/C/
#     ./.tsmtext/
#     $HOME/.tsmtext/$LANG/
#     $HOME/.tsmtext/C/
#     $HOME/.tsmtext/
#     /usr/tsm/text/$LANG/
#     /usr/tsm/text/C/
#     /usr/tsm/text/
#
# It is recommended that you copy this file to $HOME/.tsmtext/
# for customization.
#
# If tsm has not been installed in the standard path, /usr/tsm,
# then set the environment variable, $TSMPATH to the location of
# tsm directory on your system.
############################################################################
# paste options menu for TSM
# @(#) $Header: paste_o_menu,v 72.3 94/09/30 14:07:21 ssa Exp $

pull_down_menu

item_name=coller dans l'imPrimante (selon .tsmprint)  $tsm_hot_key>p
item_selection=P
item_type=ft_command
item_action=>p

item_name=coller dans le Fichier - nouveau...         $tsm_hot_key>f
item_selection=F
item_type=ft_command
item_action=>f$0\r
dialog_box
dialog_item_prompt Nom du nouveau fichier :
dialog_item_var $0 25

item_name=coller dans le fichier - Ajout...           $tsm_hot_key>a
item_selection=A
item_type=ft_command
item_action=>a$0\r
dialog_box
dialog_item_prompt Ajout dans le fichier :
dialog_item_var $0 25

item_name=coller dans le fichier - Remplacement...    $tsm_hot_key>r
item_selection=R
item_type=ft_command
item_action=>r$0\r
dialog_box
dialog_item_prompt Fichier  remplacer :
dialog_item_var $0 25
