Mercurial > mercurial > hgweb_rsearcher.cgi
diff src/rsearcher.cpp @ 11:799b6008db8e
auto-upgrade.
author | pyon@macmini |
---|---|
date | Mon, 12 Nov 2018 19:35:50 +0900 |
parents | 36811fd22bd2 |
children | f5ffc34f045a |
line wrap: on
line diff
--- a/src/rsearcher.cpp Thu Nov 08 19:15:43 2018 +0900 +++ b/src/rsearcher.cpp Mon Nov 12 19:35:50 2018 +0900 @@ -1,11 +1,12 @@ // Filename : rsearcher.cpp -// Last Change: 2018-11-08 木 14:47:21. +// Last Change: 2018-11-09 金 09:01:40. // #include <wx/arrstr.h> #include <wx/html/htmprint.h> #include <wx/clipbrd.h> #include "id.h" +#include "mngdb.h" #include "rsearcher.h" #include "main.h" @@ -628,8 +629,9 @@ return; } - if ( cmd.IsSameAs( wxT( "k" ), true ) ) { - // hiragana kensaku + if ( cmd.IsSameAs( wxT( "3915" ), true ) ) { + ManageDBFrame *mngframe = new ManageDBFrame( this, wxID_ANY, wxT( "Management Window" ), wxDefaultPosition, wxSize( 300, 180 ), wxCAPTION|wxTAB_TRAVERSAL ); + mngframe->Show(); return; }