diff options
Diffstat (limited to 'client/pracro.cc')
-rw-r--r-- | client/pracro.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/pracro.cc b/client/pracro.cc index d0fbbf2..2b5c6c2 100644 --- a/client/pracro.cc +++ b/client/pracro.cc @@ -35,8 +35,8 @@ #define VERSION "1.0" #define CPR_DEFAULT "0000000000" -#define MACRO_DEFAULT "example2" -#define COURSE_DEFAULT "example2" +#define MACRO_DEFAULT "example" +#define COURSE_DEFAULT "example" #define USER_DEFAULT "testuser" #define CONFIG_DEFAULT "pracro.ini" |