diff options
Diffstat (limited to 'client/pracro.cc')
-rw-r--r-- | client/pracro.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/pracro.cc b/client/pracro.cc index 754dff2..051fe2b 100644 --- a/client/pracro.cc +++ b/client/pracro.cc @@ -34,9 +34,9 @@ #define VERSION "1.0" -#define CPR_DEFAULT "0000000000" -#define MACRO_DEFAULT "example" -#define COURSE_DEFAULT "example" +#define CPR_DEFAULT "" +#define MACRO_DEFAULT "" +#define COURSE_DEFAULT "" #define USER_DEFAULT "testuser" #define CONFIG_DEFAULT "pracro.ini" |