From 95c75f805ec5f22f5e876dc3fddf8a72d6afd014 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 9 Jun 2008 14:50:00 +0000 Subject: Fixed macrowindow generation errors when multiple macroes (some empty) are sent. --- client/pracro.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/pracro.cc') 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" -- cgit v1.2.3