From 35ba9015db3cc7696d6918dc20e67938fa33e51f Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Mon, 17 Dec 2007 21:36:22 +0000 Subject: [PATCH] New icons for well-formedness/validation check --- src/xmlcopyeditor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xmlcopyeditor.h b/src/xmlcopyeditor.h index b73515f..aab7658 100755 --- a/src/xmlcopyeditor.h +++ b/src/xmlcopyeditor.h @@ -409,8 +409,6 @@ private: lastParent, lastGrandparent, commandString; - //wxTextCtrl *stderrControl; - //wxStreamToTextRedirector *redirector; bool globalReplaceAllDocuments, toolbarVisible, protectTags, @@ -461,7 +459,9 @@ private: internetBitmap, internetGrBitmap, hyperlinkBitmap, - filtersBitmap; + filtersBitmap, + checkWellformedBitmap, + checkValidBitmap; wxFileHistory history; wxFindReplaceData findData; XmlCtrlProperties properties, largeFileProperties;