Mercurial > mercurial > hgweb_searcher2.cgi
diff src/htmlhelp.cpp @ 14:5ce7757b4350 v210
finish EasyPrint implement.
author | pyon@macmini |
---|---|
date | Fri, 01 Jul 2011 20:11:47 +0900 |
parents | c174ac668e9f |
children |
line wrap: on
line diff
--- a/src/htmlhelp.cpp Sun Jun 26 13:43:46 2011 +0900 +++ b/src/htmlhelp.cpp Fri Jul 01 20:11:47 2011 +0900 @@ -1,5 +1,5 @@ // Filename : htmlhelp.cpp -// Last Change: 04-Mar-2011. +// Last Change: 01-Jul-2011. // #include "common.h" #include "htmlhelp.h" @@ -24,7 +24,7 @@ { // set the frame icon SetIcon(wxICON(sample)); - m_htmlWin = new wxHtmlWindow( this, ID_HELP, wxDefaultPosition, wxSize(380,200) ); + m_htmlWin = new wxHtmlWindow( this, ID_HELP, wxDefaultPosition, wxSize(800,1000) ); m_htmlWin->LoadPage( wxT("man/index.html") ); //m_htmlWin->SetRelatedFrame( m_parent, wxT("The Searcher v2 - %s") );