1
1

display: exclude a bit of feedback from the tiny version

Этот коммит содержится в:
Benno Schulenberg 2020-01-14 11:22:28 +01:00
родитель 3e0bd533db
Коммит a81ba0215a

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

@ -524,9 +524,9 @@ bool is_cuttable(bool test_cliff)
#endif
)) {
#ifndef NANO_TINY
statusbar(_("Nothing was cut"));
openfile->mark = NULL;
#endif
statusbar(_("Nothing was cut"));
return FALSE;
} else
return TRUE;