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

This commit is contained in:
Pavel Roskin 2000-03-02 00:49:16 +00:00
parent 43409be694
commit 8cfe261704
2 changed files with 6 additions and 1 deletions

View File

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

View File

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