Mercurial > mercurial > hgweb_searcher03.cgi
diff include/about.h @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
author | pyon@macmini |
---|---|
date | Wed, 17 Dec 2014 00:52:43 +0900 |
parents | 0c0701a935f8 |
children |
line wrap: on
line diff
--- a/include/about.h Mon Dec 08 19:47:42 2014 +0900 +++ b/include/about.h Wed Dec 17 00:52:43 2014 +0900 @@ -1,5 +1,5 @@ // Filename : about.h -// Last Change: 21-Jul-2013. +// Last Change: 11-Dec-2014. // #ifndef __ABOUT_H__ #define __ABOUT_H__ @@ -15,6 +15,7 @@ wxStaticText* m_staticTextDesc; wxButton* m_buttonOK; wxRichTextCtrl* m_richText; + wxStaticText* m_staticTextBuild; public: AboutDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style );