dbbrowse.cpp dbgrid.cpp dlguser.cpp pgmctrl.cpp de/help.mo

de/help.po
 	de/dbbrowse.mo de/dbbrowse.po


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mark Johnson
2000-02-13 18:31:05 +00:00
parent dcfe4c3d71
commit a1c5f7a357
8 changed files with 1294 additions and 178 deletions

View File

@@ -73,7 +73,7 @@ DlgUser::DlgUser(wxWindow *parent, const wxString& title) :
layout->height.AsIs();
m_Password->SetConstraints(layout);
m_OK = new wxButton(this, wxID_OK, _("Ok"));
m_OK = new wxButton(this, wxID_OK, _("OK"));
layout = new wxLayoutConstraints;
layout->left.SameAs(this, wxLeft, 10);
layout->top.SameAs(m_Label2, wxBottom,10);
@@ -99,7 +99,7 @@ DlgUser::DlgUser(wxWindow *parent, 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);