# HG changeset patch
# User insilmaril
# Date 1141223944 0
# Node ID bbb4eeefcc94841e9aae343722ccf76728cb8964
# Parent  e03b393e4e51c550ef321994e9df8772e8f366c4
1.7.10  includeImagesHorizontally implemented

diff -r e03b393e4e51 -r bbb4eeefcc94 headingobj.cpp
--- a/headingobj.cpp	Wed Mar 01 14:39:04 2006 +0000
+++ b/headingobj.cpp	Wed Mar 01 14:39:04 2006 +0000
@@ -27,6 +27,7 @@
     textwidth=40;
     color=QColor ("black");
     font=QFont();
+	heading="";
 }
 
 void HeadingObj::copy(HeadingObj *other)