Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4415 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-02-14 10:43:34 +00:00 committed by exg
commit 6d11f6f897
2 changed files with 1 additions and 2 deletions

View file

@ -269,7 +269,7 @@ static void check_oldcrap(void)
return;
}
printf("\nYou seem to have old default.theme in "IRSSI_DIR_SHORT"/ directory.\n");
printf("\nYou seem to have an old default.theme in %s/ directory.\n", get_irssi_dir());
printf("Themeing system has changed a bit since last irssi release,\n");
printf("you should either delete your old default.theme or manually\n");
printf("merge it with the new default.theme.\n\n");