summaryrefslogtreecommitdiff
path: root/client/pracro.cc
diff options
context:
space:
mode:
authordeva <deva>2008-06-09 14:50:00 +0000
committerdeva <deva>2008-06-09 14:50:00 +0000
commit95c75f805ec5f22f5e876dc3fddf8a72d6afd014 (patch)
tree499e6ac228fe5ccd6c900ddafc9611b5d750b2e7 /client/pracro.cc
parentbce7808fecc65d56b695be03f6b39fed51589562 (diff)
Fixed macrowindow generation errors when multiple macroes (some empty) are sent.
Diffstat (limited to 'client/pracro.cc')
-rw-r--r--client/pracro.cc4
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"