these buttons seem stupidly labeled given that the dialog asks a yes/no question, but changing one button to read slightly better is easier than making up new dialog text

SVN revision: 73007
This commit is contained in:
Mike Blumenkrantz 2012-06-28 13:31:58 +00:00
parent d147505875
commit 0dc311768b
1 changed files with 1 additions and 1 deletions

View File

@ -1979,7 +1979,7 @@ ACT_FN_GO(exit, )
e_dialog_icon_set(exit_dialog, "application-exit", 64);
e_dialog_button_add(exit_dialog, _("Exit"), NULL,
_e_actions_cb_exit_dialog_ok, NULL);
e_dialog_button_add(exit_dialog, _("No"), NULL,
e_dialog_button_add(exit_dialog, _("Cancel"), NULL,
_e_actions_cb_exit_dialog_cancel, NULL);
e_dialog_button_focus_num(exit_dialog, 1);
e_win_centered_set(exit_dialog->win, 1);