browsedb.cpp dbgrid.cpp dbtree.cpp dlguser.cpp de/dbbrowse.mo

de/dbbrowse.po de/xget.cfg


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mark Johnson
2000-02-21 12:31:07 +00:00
parent ad288a8990
commit 0068587be2
7 changed files with 850 additions and 882 deletions

View File

@@ -105,7 +105,7 @@ DlgUser::DlgUser(wxWindow *parent, MainDoc *p_Doc, const wxString& title) :
//----------------------------------------------------------------------------------------
void DlgUser::OnInit()
{
wxString Temp; Temp.Printf(_(">>> %s <<<"),s_DSN.c_str());
wxString Temp; Temp.Printf(">>> %s <<<",s_DSN.c_str());
SetTitle(Temp);
m_UserName->SetLabel(s_User);
m_Password->SetLabel(s_Password);