search_init()
- Fix a missing free (Rocco).
- utils.c:
- stristr() - Defined regardless of NANO_SMALL (noticed by Jordi).
+ stristr()
+ - Defined regardless of NANO_SMALL (noticed by Jordi).
+- winio.c:
+ do_credits()
+ - Add Thomas Dickey.
- po/sv.po:
- Swedish translation updates (Christian Rose).
- po/de.po:
}
#ifdef NANO_EXTRA
-#define CREDIT_LEN 48
+#define CREDIT_LEN 52
void do_credits(void)
{
int i, j = 0, k, place = 0, start_x;
char *brought = _("Brought to you by:");
char *specialthx = _("Special thanks to:");
char *fsf = _("The Free Software Foundation");
- char *ncurses =
- _("Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses");
+ char *ncurses = _("For ncurses:");
char *anyonelse = _("and anyone else we forgot...");
char *thankyou = _("Thank you for using nano!\n");
fsf,
"Linus Torvalds",
ncurses,
+ "Thomas Dickey",
+ "Pavel Curtis",
+ "Zeyd Ben-Halim",
+ "Eric S. Raymond",
anyonelse,
thankyou,
"", "", "", "",