Index: trunk/autoquest-jfcmonitor/src/main/java/de/ugoe/cs/autoquest/jfcmonitor/JFCTitleChangeListener.java
===================================================================
--- trunk/autoquest-jfcmonitor/src/main/java/de/ugoe/cs/autoquest/jfcmonitor/JFCTitleChangeListener.java	(revision 933)
+++ trunk/autoquest-jfcmonitor/src/main/java/de/ugoe/cs/autoquest/jfcmonitor/JFCTitleChangeListener.java	(revision 934)
@@ -86,12 +86,12 @@
 				int oldTitleSource = jfcComponent.getTitleSource();
 				Object newTitle = evt.getNewValue();
-				// We only print the name change message if the new title is as
+				// We only print the title change message if the new title is as
 				// least as informative as the initial title
 				if ((!CHECK_HIERARCHY || oldTitleSource <= titleSource)) {
 					StringBuilder builder = new StringBuilder();
-					builder.append("<componentNameChange hash=\"");
+					builder.append("<componentTitleChange hash=\"");
 					builder.append(Integer.toHexString(component.hashCode()));
-					builder.append("\" newName=\"" + newTitle);
-					builder.append("\" source=\"" + propertyName);
+					builder.append("\" newTitle=\"" + newTitle);
+					builder.append("\" titleSource=\"" + titleSource);
 					builder.append("\" />" + StringTools.ENDLINE);
 					outputWriter.write(builder.toString());
