Skip to content

Commit

Permalink
fix: display dialog buttons for changing tab name
Browse files Browse the repository at this point in the history
Closes #30 on GitHub.
  • Loading branch information
medicalwei committed Jan 12, 2017
1 parent abc0f6d commit e2ad448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lxterminal.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ static void terminal_name_tab_activate_event(GtkAction * action, LXTerminal * te
_("Name Tab"),
GTK_WINDOW(terminal->window),
0,
NULL, GTK_RESPONSE_CANCEL,
NULL, GTK_RESPONSE_OK,
_("_Cancel"), GTK_RESPONSE_CANCEL,
_("_OK"), GTK_RESPONSE_OK,
NULL);
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_OK);
if (gtk_icon_theme_has_icon(gtk_icon_theme_get_default(), "lxterminal"))
Expand Down

0 comments on commit e2ad448

Please sign in to comment.