~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to src/app/lenmus_app.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:
623
623
    else
624
624
    {
625
625
        sLangName = _T("English");
626
 
        wxLogMessage(_T("[TheApp::set_up_locale] Language '%s' not found. Update lmApp.cpp?"), lang.c_str());
 
626
        wxLogMessage(_T("[TheApp::set_up_locale] Language '%s' not found. Update TheApp.cpp?"), lang.c_str());
627
627
    }
628
628
 
629
629