Adapted to changes in GDCore.

git-svn-id: svn://localhost@710 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
Florian
2012-05-14 11:34:09 +00:00
parent 074b588669
commit cee23154c8
27 changed files with 243 additions and 243 deletions
+1 -1
View File
@@ -300,5 +300,5 @@ void SearchEvents::OnpreviousBtClick(wxCommandEvent&)
void SearchEvents::OnhelpBtClick(wxCommandEvent& event)
{
HelpFileAccess::GetInstance()->DisplaySection(58);
gd::HelpFileAccess::GetInstance()->DisplaySection(58);
}