Commit 5f125de3bfb9ef8774444d6b1ef057d603816659

Authored by perry.werneck@gmail.com
1 parent c879a1b5
Exists in master and in 1 other branch develop

Botões estavam ao inverso do gnome, ajustando

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
hostselect.c
... ... @@ -386,8 +386,8 @@ LIB3270_EXPORT void v3270_select_host(GtkWidget *widget)
386 386 _( "Select hostname" ),
387 387 GTK_WINDOW(gtk_widget_get_toplevel(widget)),
388 388 GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
389   - _( "C_onnect" ), GTK_RESPONSE_ACCEPT,
390 389 _( "_Cancel" ), GTK_RESPONSE_REJECT,
  390 + _( "C_onnect" ), GTK_RESPONSE_ACCEPT,
391 391 NULL );
392 392  
393 393  
... ...