~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to src/dialogs/lenmus_dlg_books.cpp

  • Committer: cecilios
  • Date: 2012-09-11 16:59:18 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:730
Paths: fixed problem with installation folders. Fixed Chinese ISO language code

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        _T("</p>")
132
132
        _T("<h3>") + _("Available books:") + _T("</h3><ul>");
133
133
 
134
 
    //wxLogMessage(_T("[MainFrame::ScanForBooks] Scanning path <%s>"), sPath);
 
134
    wxLogMessage(_T("[BooksDlg::load_available_books] Scanning path <%s>"), sPath);
135
135
    wxDir dir(sPath);
136
136
    if ( !dir.IsOpened() )
137
137
    {
208
208
            if (!oFile.FileExists())
209
209
            {
210
210
                wxMessageBox(_("Sorry: File not found!"));
 
211
                wxLogMessage(_T("[BooksDlg::OnLinkClicked] File '%s' not found!"),
 
212
                             oFile.GetFullPath().c_str() );
211
213
                return;
212
214
            }
213
215
        }