mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1432
Problem: Typo in button text. Solution: Fix the typo. (Dominique Pelle)
This commit is contained in:
@@ -1661,7 +1661,7 @@ dialog_add_buttons(GtkDialog *dialog, char_u *button_string)
|
||||
else if (button_equal(label, "Ok")) label = _("OK");
|
||||
else if (button_equal(label, "Yes")) label = _("Yes");
|
||||
else if (button_equal(label, "No")) label = _("No");
|
||||
else if (button_equal(label, "Cancel")) label = _("Canccl");
|
||||
else if (button_equal(label, "Cancel")) label = _("Cancel");
|
||||
# else
|
||||
if (button_equal(label, ok[0])) label = GTK_STOCK_OK;
|
||||
else if (button_equal(label, ync[0])) label = GTK_STOCK_YES;
|
||||
|
@@ -748,6 +748,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1432,
|
||||
/**/
|
||||
1431,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user