From 79ea874c2e8fe3c25d36ebd38d54a46d72ad2dfe Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 22 Jan 1999 02:30:49 +0000 Subject: [PATCH] 1999-01-21 Miguel de Icaza * option.c (init_configure): One line patch from Alexander Savelyev to transalate all strings. --- src/ChangeLog | 5 +++++ src/option.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index f868977b6..5969db6e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-01-21 Miguel de Icaza + + * option.c (init_configure): One line patch from Alexander + Savelyev to transalate all strings. + 1999-01-18 Pavel Machek * file.c: Killed operation_names: they seemed same to op_names to diff --git a/src/option.c b/src/option.c index 297598f48..293f44648 100644 --- a/src/option.c +++ b/src/option.c @@ -157,7 +157,7 @@ static void init_configure (void) title3 = _(" Other options "); first_width = strlen (title1) + 1; - for (i = 13; i < 18; i++) + for (i = 13; i < 19; i++) { check_options[i].text = _(check_options[i].text); l1 = strlen (check_options[i].text) + 7;