wlu: Alex's patch " Fix an issue for plain text attribute in sync-free process"
diff --git a/1.5/plugins/org.eclipse.epf.authoring.ui/src/org/eclipse/epf/authoring/ui/properties/BreakdownElementGeneralSection.java b/1.5/plugins/org.eclipse.epf.authoring.ui/src/org/eclipse/epf/authoring/ui/properties/BreakdownElementGeneralSection.java
index e2e0f94..57d1ff7 100644
--- a/1.5/plugins/org.eclipse.epf.authoring.ui/src/org/eclipse/epf/authoring/ui/properties/BreakdownElementGeneralSection.java
+++ b/1.5/plugins/org.eclipse.epf.authoring.ui/src/org/eclipse/epf/authoring/ui/properties/BreakdownElementGeneralSection.java
@@ -774,11 +774,13 @@
 					//
 				} else {
 					nameText.setText(element.getName());
+					updateNameRestoreBtn();
 				}				
 				if (isPresentationNameReplace && descriptorPropUtil.isPresentationNameRepalce((Descriptor)element)) {
 					//
 				} else {
 					presentationNameText.setText(element.getPresentationName());
+					updatePresentationNameRestoreBtn();
 				}
 
 				if (modelModifyListener instanceof MethodElementEditor.ModifyListener) {