1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2521 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2005-05-17 16:54:34 +00:00
родитель e1ce92c90f
Коммит 60a9bddcf6

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

@ -554,7 +554,8 @@ void do_research(void)
last_search)) {
didfind = findnextstr(TRUE, FALSE, TRUE, current,
current_x, answer, NULL);
if (fileptr == current && fileptr_x == current_x && !didfind)
if (fileptr == current && fileptr_x == current_x &&
!didfind)
statusbar(_("This is the only occurrence"));
} else {
#endif