1
1

gtkedit/editcmd.c (edit_replace_prompt): fix index for the label text

Этот коммит содержится в:
Pavel Roskin 2000-03-02 00:49:16 +00:00
родитель 43409be694
Коммит 8cfe261704
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -1,3 +1,8 @@
2000-03-01 Pavel Roskin <pavel_roskin@geocities.com>
* gtkedit/editcmd.c (edit_replace_prompt): fix index for
the label text
2000-02-25 Pavel Roskin <pavel_roskin@geocities.com>
* gtkedit/syntax.c: treat *.ads as Ada source

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

@ -1199,7 +1199,7 @@ int edit_replace_prompt (WEdit * edit, char *replace_text, int xpos, int ypos)
0, 0, 0, 0, XV_WLAY_DONTCARE, 0},
{0}};
quick_widgets[4].text = catstrs (_ (" Replace with: "), replace_text, 0);
quick_widgets[5].text = catstrs (_ (" Replace with: "), replace_text, 0);
{
QuickDialog Quick_input =