From 5f125de3bfb9ef8774444d6b1ef057d603816659 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 11 Dec 2013 18:54:32 +0000 Subject: [PATCH] Botões estavam ao inverso do gnome, ajustando --- hostselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostselect.c b/hostselect.c index 5b59617..04cf4d1 100644 --- a/hostselect.c +++ b/hostselect.c @@ -386,8 +386,8 @@ LIB3270_EXPORT void v3270_select_host(GtkWidget *widget) _( "Select hostname" ), GTK_WINDOW(gtk_widget_get_toplevel(widget)), GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT, - _( "C_onnect" ), GTK_RESPONSE_ACCEPT, _( "_Cancel" ), GTK_RESPONSE_REJECT, + _( "C_onnect" ), GTK_RESPONSE_ACCEPT, NULL ); -- libgit2 0.21.2