diff options
Diffstat (limited to 'src/config/files.h')
-rw-r--r-- | src/config/files.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/files.h b/src/config/files.h index 975b4509..16292dc4 100644 --- a/src/config/files.h +++ b/src/config/files.h @@ -2,6 +2,7 @@ * files.h * * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com> + * Copyright (C) 2018 - 2019 Michael Vetter <jubalh@idoru.org> * * This file is part of Profanity. * @@ -43,7 +44,7 @@ #define FILE_PLUGIN_SETTINGS "plugin_settings" #define FILE_PLUGIN_THEMES "plugin_themes" #define FILE_CAPSCACHE "capscache" -#define FILE_RND_INST_BYTES "randbytes" +#define FILE_PROFANITY_IDENTIFIER "profident" #define DIR_THEMES "themes" #define DIR_ICONS "icons" |