mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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
@ -5,7 +5,6 @@
|
||||
#define IRSSI_AUTHOR_EMAIL "cras@irssi.org"
|
||||
#define IRSSI_AUTHOR "Timo Sirainen <"IRSSI_AUTHOR_EMAIL">"
|
||||
|
||||
#define IRSSI_DIR_SHORT "~/.irssi"
|
||||
#define IRSSI_DIR_FULL "%s/.irssi" /* %s == g_get_home_dir() */
|
||||
|
||||
#define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */
|
||||
|
@ -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…
Reference in New Issue
Block a user