dbbrowse.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -149,7 +149,9 @@ bool MainApp::OnInit(void) // Does everything needed for a program start
|
||||
}
|
||||
else
|
||||
{ // Read in Foreign language's text for GetAppName() and Help
|
||||
m_locale.AddCatalog(GetAppName().c_str());
|
||||
Temp0 = GetAppName();
|
||||
Temp0 = Temp0.Lower();
|
||||
m_locale.AddCatalog(Temp0.c_str());
|
||||
m_locale.AddCatalog("help");
|
||||
}
|
||||
} // Support the following languages (std = english)
|
||||
|
Binary file not shown.
@@ -567,7 +567,7 @@ msgstr "Hier ist wo alle wxTable Klassen f
|
||||
#: ../pgmctrl.cpp:186
|
||||
#, c-format
|
||||
msgid "Item '%s': %sselected, %sexpanded, %sbold,%u children (%u immediately under this item)."
|
||||
msgstr ""
|
||||
msgstr "Zweig '%s': %sselektiert %serweitert, %sbold,%u Kinder (%u direkt unter diese Zweig)."
|
||||
|
||||
#: ../dbtree.cpp:163
|
||||
msgid "KEY"
|
||||
|
@@ -133,8 +133,9 @@ bool MainDoc::OnInitView()
|
||||
p_Splitter->Initialize(p_TabArea);
|
||||
p_Splitter->SplitHorizontally(p_TabArea,p_PageArea,Sash);
|
||||
//---------------------------------------------------------------------------------------
|
||||
if (!OnInitODBC())
|
||||
return FALSE;
|
||||
// if (!OnInitODBC())
|
||||
// return FALSE;
|
||||
OnInitODBC();
|
||||
//---------------------------------------------------------------------------------------
|
||||
Temp0.Printf(_("-I-> MainDoc::OnInitView() - End - %d DSN's found"),i_DSN);
|
||||
p_MainFrame->SetStatusText(Temp0, 0);
|
||||
|
Reference in New Issue
Block a user