diff options
author | deva <deva> | 2008-07-30 09:08:14 +0000 |
---|---|---|
committer | deva <deva> | 2008-07-30 09:08:14 +0000 |
commit | 0289404a5649e7060688af830f5f66e6da112994 (patch) | |
tree | 92b12973f326e60f73f8ebea2a0557fd66c3d19d /client/pracro.cc | |
parent | 88e0d02c4119aff277a0e1767aa3a8e390ec740e (diff) |
Removed obsolete editor.
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" |