~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to src/html/HtmlWindow.cpp

  • Committer: cecilios
  • Date: 2011-08-18 15:04:04 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:688
cleaning and commit recent work

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        wxString sPageName = sLocation.substr(sTag.length());
233
233
 
234
234
        // get text book controller
235
 
        lmTextBookController* pBook = g_pMainFrame->GetBookController();
 
235
        TextBookController* pBook = g_pMainFrame->GetBookController();
236
236
 
237
237
        // jump to the requested page
238
238
        //wxLogMessage(_T("[lmHtmlWindow::OnLinkClicked] Display PageName <%s>"), sPageName);