Mercurial > mercurial > hgweb_rsearcher.cgi
diff src/auth.cpp @ 4:06342fc544e4
mouse gesture.
author | pyon@macmini |
---|---|
date | Mon, 15 Oct 2018 20:07:38 +0900 |
parents | db4813125eb8 |
children | e3b10fb860b3 |
line wrap: on
line diff
--- a/src/auth.cpp Thu Oct 11 22:11:09 2018 +0900 +++ b/src/auth.cpp Mon Oct 15 20:07:38 2018 +0900 @@ -1,7 +1,8 @@ // Filename : auth.cpp -// Last Change: 2018-10-11 木 16:47:30. +// Last Change: 2018-10-12 金 16:17:32. // +#include "id.h" #include "auth.h" AuthDialog::AuthDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) @@ -157,6 +158,7 @@ void AuthDialog::InDevelop( bool flag ) { + return; if ( !flag ) return; m_textCtrlId->SetValue( "test" ); m_textCtrlPw->SetValue( "test" );