Mercurial > mercurial > hgweb_searcher03.cgi
comparison src/myframe.cpp @ 20:226774bf49fc
Small fix.
author | pyon@macmini |
---|---|
date | Mon, 08 Dec 2014 19:47:42 +0900 |
parents | 3bb803d8c1d7 |
children | a2ad87cad48b |
comparison
equal
deleted
inserted
replaced
19:3bb803d8c1d7 | 20:226774bf49fc |
---|---|
1 // Filename : myframe.cpp | 1 // Filename : myframe.cpp |
2 // Last Change: 04-Dec-2014. | 2 // Last Change: 08-Dec-2014. |
3 // | 3 // |
4 #include "main.h" | 4 #include "main.h" |
5 #include "db.h" | 5 #include "db.h" |
6 #include "about.h" | 6 #include "about.h" |
7 #include "kana.h" | 7 #include "kana.h" |
352 this->SetStatusBar( m_statusBar ); | 352 this->SetStatusBar( m_statusBar ); |
353 SetStatusText( wxT("被保番を入力してスタート!") ); | 353 SetStatusText( wxT("被保番を入力してスタート!") ); |
354 | 354 |
355 this->Centre( wxBOTH ); | 355 this->Centre( wxBOTH ); |
356 LoadParam(); | 356 LoadParam(); |
357 CheckNewFiles( m_shared ); | 357 if ( CheckNewFiles( m_shared ) != 0 ) |
358 Close(); | |
358 } | 359 } |
359 | 360 |
360 MyFrame::~MyFrame() | 361 MyFrame::~MyFrame() |
361 { | 362 { |
362 } | 363 } |