From c9a066082fc4670df4f8b9a587c790feda7235bc Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Thu, 16 Feb 2012 19:23:02 +0100 Subject: [PATCH] minor touchup --- woc/qt/qtconst.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/woc/qt/qtconst.h b/woc/qt/qtconst.h index e371224..f32d608 100644 --- a/woc/qt/qtconst.h +++ b/woc/qt/qtconst.h @@ -8,7 +8,7 @@ //start section of all header files static const QByteArray HDRSTART= - "//AUTOMATICALLY GENERATED FILE\n" + "//BEGIN OF AUTOMATICALLY GENERATED FILE\n" "//DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!\n" "#ifndef WOBGEN_%\n" "#define WOBGEN_%\n\n"; @@ -17,7 +17,7 @@ static const QByteArray HDREND="\n//END OF AUTOMATICALLY GENERATED FILE\n#endif\ //start section of all source files static const QByteArray SRCSTART= - "//AUTOMATICALLY GENERATED FILE\n" + "//BEGIN OF AUTOMATICALLY GENERATED FILE\n" "//DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!\n" "#include \"%\"\n" "#include \n" -- 1.7.2.5