Mercurial > mercurial > hgweb_rsearcher.cgi
comparison src/rsearcher.cpp @ 11:799b6008db8e
auto-upgrade.
| author | pyon@macmini |
|---|---|
| date | Mon, 12 Nov 2018 19:35:50 +0900 |
| parents | 36811fd22bd2 |
| children | f5ffc34f045a |
comparison
equal
deleted
inserted
replaced
| 10:36811fd22bd2 | 11:799b6008db8e |
|---|---|
| 1 // Filename : rsearcher.cpp | 1 // Filename : rsearcher.cpp |
| 2 // Last Change: 2018-11-08 木 14:47:21. | 2 // Last Change: 2018-11-09 金 09:01:40. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #include <wx/arrstr.h> | 5 #include <wx/arrstr.h> |
| 6 #include <wx/html/htmprint.h> | 6 #include <wx/html/htmprint.h> |
| 7 #include <wx/clipbrd.h> | 7 #include <wx/clipbrd.h> |
| 8 #include "id.h" | 8 #include "id.h" |
| 9 #include "mngdb.h" | |
| 9 #include "rsearcher.h" | 10 #include "rsearcher.h" |
| 10 #include "main.h" | 11 #include "main.h" |
| 11 | 12 |
| 12 | 13 |
| 13 /********************/ | 14 /********************/ |
| 626 | 627 |
| 627 if ( cmd.IsSameAs( wxT( "c" ), true ) || cmd.IsSameAs( wxT( "cmd" ), true ) ) { | 628 if ( cmd.IsSameAs( wxT( "c" ), true ) || cmd.IsSameAs( wxT( "cmd" ), true ) ) { |
| 628 return; | 629 return; |
| 629 } | 630 } |
| 630 | 631 |
| 631 if ( cmd.IsSameAs( wxT( "k" ), true ) ) { | 632 if ( cmd.IsSameAs( wxT( "3915" ), true ) ) { |
| 632 // hiragana kensaku | 633 ManageDBFrame *mngframe = new ManageDBFrame( this, wxID_ANY, wxT( "Management Window" ), wxDefaultPosition, wxSize( 300, 180 ), wxCAPTION|wxTAB_TRAVERSAL ); |
| 634 mngframe->Show(); | |
| 633 return; | 635 return; |
| 634 } | 636 } |
| 635 | 637 |
| 636 if ( cmd.IsSameAs( wxT( "." ), false ) ) { | 638 if ( cmd.IsSameAs( wxT( "." ), false ) ) { |
| 637 wxString appdir = wxGetCwd(); | 639 wxString appdir = wxGetCwd(); |
