mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
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:
parent
4f49a38402
commit
6d11f6f897
2 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue