X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tmf%2Forg.eclipse.tracecompass.tmf.ui%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Finternal%2Ftmf%2Fui%2FMessages.java;h=7aa2c6499b3f34a11c9cbc5c933d46dd899bf864;hb=f5cc6ed1674964d61cbbbec7a934e318d5cae45d;hp=0244c82c2c642d52c9aad8e50ab5d46e02955a1e;hpb=a1dadf6b189086b26fc12bfcc29b57a6117b3ac9;p=deliverable%2Ftracecompass.git diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/Messages.java b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/Messages.java index 0244c82c2c..7aa2c6499b 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/Messages.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/Messages.java @@ -239,11 +239,13 @@ public class Messages extends NLS { public static String CustomXmlParserInputWizardPage_elementMissingTimestampFmtError; public static String CustomXmlParserInputWizardPage_elementInvalidTimestampFmtError; public static String CustomXmlParserInputWizardPage_elementDuplicateNameError; + public static String CustomXmlParserInputWizardPage_elementReservedInputNameError; public static String CustomXmlParserInputWizardPage_attributeMissingNameError; public static String CustomXmlParserInputWizardPage_attributeMissingInputNameError; public static String CustomXmlParserInputWizardPage_attributeMissingTimestampFmtError; public static String CustomXmlParserInputWizardPage_attributeInvalidTimestampFmtError; public static String CustomXmlParserInputWizardPage_attributeDuplicateNameError; + public static String CustomXmlParserInputWizardPage_attributeReservedInputNameError; public static String CustomXmlParserInputWizardPage_addAttribute; public static String CustomXmlParserInputWizardPage_addChildElement; public static String CustomXmlParserInputWizardPage_addDocumentEleemnt;