diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 19:55:59 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 19:55:59 +0100 |
| commit | 41b63da40242db1364cf0d5f7d4811d5abe014eb (patch) | |
| tree | e3ccfebc80e65ab1ef1ae461d4d091f8e9258255 /src/config.h | |
| parent | 7cfc230e596a04faedc67dcfb1296fd4cd337ef7 (diff) | |
fix menubar color
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 2d58c10..d57c7c7 100644 --- a/src/config.h +++ b/src/config.h @@ -8,6 +8,9 @@ #define MAX_INPUT_LENGTH 1024 #endif +#define AUTHOR "created by Aldrik Ramaekers" +#define CONTACT "<aldrik.ramaekers@gmail.com>" + #define MAX_ERROR_MESSAGE_LENGTH (MAX_INPUT_LENGTH) #define FILE_RESERVE_COUNT 1000 |
