1
1

1999-01-21 Miguel de Icaza <miguel@nuclecu.unam.mx>

* option.c (init_configure): One line patch from Alexander
	Savelyev to transalate all strings.
Этот коммит содержится в:
Miguel de Icaza 1999-01-22 02:30:49 +00:00
родитель 07a0ea5305
Коммит 79ea874c2e
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
1999-01-21 Miguel de Icaza <miguel@nuclecu.unam.mx>
* option.c (init_configure): One line patch from Alexander
Savelyev to transalate all strings.
1999-01-18 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* file.c: Killed operation_names: they seemed same to op_names to

Просмотреть файл

@ -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;