diff src/htmlhelp.cpp @ 13:3e045b68738a

Finish EazyPrint implement.
author pyon@macmini
date Fri, 01 Jul 2011 19:54:15 +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 19:54:15 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") );