update_line()
- set realdata check to >= 1 && <= 31, lack of > 0 check screwed
high ascii characters.
+ titlebar()
+ - gettextized a pair of strings.
- m4/gettext.m4:
- Back down to 1.1.3 version.
- po/sv.po:
waddstr(topwin, &what[namelen - space]);
} else {
if (path == NULL)
- mvwaddstr(topwin, 0, COLS / 2 - (namelen / 2 + 1), "File: ");
+ mvwaddstr(topwin, 0, COLS / 2 - (namelen / 2 + 1), _("File: "));
else
- mvwaddstr(topwin, 0, COLS / 2 - (namelen / 2 + 1), " DIR: ");
+ mvwaddstr(topwin, 0, COLS / 2 - (namelen / 2 + 1), _(" DIR: "));
waddstr(topwin, what);
}
}