Commit bacddfe651e0a1bd1aa01fe2a11156d03d88a798
1 parent
303fede1
Exists in
master
and in
5 other branches
Ativando novo diálogo de transferência de arquivos.
Showing
3 changed files
with
5 additions
and
9 deletions
Show diff stats
pw3270.cbp
| ... | ... | @@ -102,7 +102,6 @@ |
| 102 | 102 | <Unit filename="src/include/pw3270/ipcpackets.h" /> |
| 103 | 103 | <Unit filename="src/include/pw3270/plugin.h" /> |
| 104 | 104 | <Unit filename="src/include/pw3270/trace.h" /> |
| 105 | - <Unit filename="src/include/pw3270/v3270.h" /> | |
| 106 | 105 | <Unit filename="src/include/rules.mak.in" /> |
| 107 | 106 | <Unit filename="src/java/Makefile.in"> |
| 108 | 107 | <Option target="Debug" /> | ... | ... |
src/pw3270/actions.c
| ... | ... | @@ -292,8 +292,8 @@ static void connect_standard_action(GtkAction *action, GtkWidget *widget, const |
| 292 | 292 | { "about", about_dialog_action }, |
| 293 | 293 | { "kpsubtract", kp_subtract_action }, |
| 294 | 294 | { "kpadd", kp_add_action }, |
| 295 | - { "download", transfer_action }, | |
| 296 | - { "upload", transfer_action }, | |
| 295 | +// { "download", transfer_action }, | |
| 296 | +// { "upload", transfer_action }, | |
| 297 | 297 | { "transfer", transfer_action }, |
| 298 | 298 | #ifdef DEBUG |
| 299 | 299 | { "copyashtml", copy_as_html_action }, | ... | ... |
ui/00default.xml
| ... | ... | @@ -24,8 +24,6 @@ |
| 24 | 24 | |
| 25 | 25 | perry.werneck@gmail.com (Alexandre Perry de Souza Werneck) |
| 26 | 26 | erico.mendonca@gmail.com (Erico Mascarenhas Mendonça) |
| 27 | - licinio@bb.com.br (Licínio Luis Branco) | |
| 28 | - kraucer@bb.com.br (Kraucer Fernandes Mazuco) | |
| 29 | 27 | |
| 30 | 28 | ------------------------------------------------------------------------------> |
| 31 | 29 | |
| ... | ... | @@ -50,11 +48,10 @@ |
| 50 | 48 | <menuitem action='print' src='selected' group='selection' label='Print selected' /> |
| 51 | 49 | <menuitem action='print' src='copy' group='clipboard' label='Print copy' /> |
| 52 | 50 | <separator/> |
| 53 | - <menu name='FTMenu' label='Send/Receive' > | |
| 54 | - <menuitem action='download' key='<alt>d' label='Receive file' group='online' /> | |
| 55 | - <menuitem action='upload' key='<alt>u' label='Send file' group='online' /> | |
| 56 | - </menu> | |
| 51 | + | |
| 52 | + <menuitem action='Transfer' key='<alt>t' label='Send/Receive'/> | |
| 57 | 53 | <menuitem action='Quit' key='<ctrl>q' label='Quit' icon="quit" sysmenu="quit"/> |
| 54 | + | |
| 58 | 55 | </menu> |
| 59 | 56 | |
| 60 | 57 | <menu name='EditMenu' label='_Edit' > | ... | ... |