New icons for well-formedness/validation check

This commit is contained in:
Gerald Schmidt 2007-12-17 21:36:22 +00:00
parent 225f3ea777
commit 35ba9015db
1 changed files with 3 additions and 3 deletions

View File

@ -409,8 +409,6 @@ private:
lastParent, lastParent,
lastGrandparent, lastGrandparent,
commandString; commandString;
//wxTextCtrl *stderrControl;
//wxStreamToTextRedirector *redirector;
bool globalReplaceAllDocuments, bool globalReplaceAllDocuments,
toolbarVisible, toolbarVisible,
protectTags, protectTags,
@ -461,7 +459,9 @@ private:
internetBitmap, internetBitmap,
internetGrBitmap, internetGrBitmap,
hyperlinkBitmap, hyperlinkBitmap,
filtersBitmap; filtersBitmap,
checkWellformedBitmap,
checkValidBitmap;
wxFileHistory history; wxFileHistory history;
wxFindReplaceData findData; wxFindReplaceData findData;
XmlCtrlProperties properties, largeFileProperties; XmlCtrlProperties properties, largeFileProperties;