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,7 +102,6 @@ | ||
102 | <Unit filename="src/include/pw3270/ipcpackets.h" /> | 102 | <Unit filename="src/include/pw3270/ipcpackets.h" /> |
103 | <Unit filename="src/include/pw3270/plugin.h" /> | 103 | <Unit filename="src/include/pw3270/plugin.h" /> |
104 | <Unit filename="src/include/pw3270/trace.h" /> | 104 | <Unit filename="src/include/pw3270/trace.h" /> |
105 | - <Unit filename="src/include/pw3270/v3270.h" /> | ||
106 | <Unit filename="src/include/rules.mak.in" /> | 105 | <Unit filename="src/include/rules.mak.in" /> |
107 | <Unit filename="src/java/Makefile.in"> | 106 | <Unit filename="src/java/Makefile.in"> |
108 | <Option target="Debug" /> | 107 | <Option target="Debug" /> |
src/pw3270/actions.c
@@ -292,8 +292,8 @@ static void connect_standard_action(GtkAction *action, GtkWidget *widget, const | @@ -292,8 +292,8 @@ static void connect_standard_action(GtkAction *action, GtkWidget *widget, const | ||
292 | { "about", about_dialog_action }, | 292 | { "about", about_dialog_action }, |
293 | { "kpsubtract", kp_subtract_action }, | 293 | { "kpsubtract", kp_subtract_action }, |
294 | { "kpadd", kp_add_action }, | 294 | { "kpadd", kp_add_action }, |
295 | - { "download", transfer_action }, | ||
296 | - { "upload", transfer_action }, | 295 | +// { "download", transfer_action }, |
296 | +// { "upload", transfer_action }, | ||
297 | { "transfer", transfer_action }, | 297 | { "transfer", transfer_action }, |
298 | #ifdef DEBUG | 298 | #ifdef DEBUG |
299 | { "copyashtml", copy_as_html_action }, | 299 | { "copyashtml", copy_as_html_action }, |
ui/00default.xml
@@ -24,8 +24,6 @@ | @@ -24,8 +24,6 @@ | ||
24 | 24 | ||
25 | perry.werneck@gmail.com (Alexandre Perry de Souza Werneck) | 25 | perry.werneck@gmail.com (Alexandre Perry de Souza Werneck) |
26 | erico.mendonca@gmail.com (Erico Mascarenhas Mendonça) | 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,11 +48,10 @@ | ||
50 | <menuitem action='print' src='selected' group='selection' label='Print selected' /> | 48 | <menuitem action='print' src='selected' group='selection' label='Print selected' /> |
51 | <menuitem action='print' src='copy' group='clipboard' label='Print copy' /> | 49 | <menuitem action='print' src='copy' group='clipboard' label='Print copy' /> |
52 | <separator/> | 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 | <menuitem action='Quit' key='<ctrl>q' label='Quit' icon="quit" sysmenu="quit"/> | 53 | <menuitem action='Quit' key='<ctrl>q' label='Quit' icon="quit" sysmenu="quit"/> |
54 | + | ||
58 | </menu> | 55 | </menu> |
59 | 56 | ||
60 | <menu name='EditMenu' label='_Edit' > | 57 | <menu name='EditMenu' label='_Edit' > |