mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
gtkedit/editcmd.c (edit_replace_prompt): fix index for the label text
This commit is contained in:
parent
43409be694
commit
8cfe261704
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user