Changeset 340


Ignore:
Timestamp:
Nov 23, 2009, 1:22:05 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Fixed two text codec plugin related issues [vendor bug]:

  • codec plugins were never searched in the application's directroy;
  • even with the above fix applied, the codec requested in LANG would have never been set if it were in the application's directory.
Location:
trunk/src/corelib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/codecs/qtextcodec.cpp

    r135 r340  
    743743}
    744744
     745
     746
     747
     748
     749
     750
     751
     752
     753
     754
    745755/*!
    746756    \class QTextCodec
     
    10641074        return;
    10651075#endif
     1076
    10661077    localeMapper = c;
    10671078    if (!localeMapper)
  • trunk/src/corelib/kernel/qcoreapplication.cpp

    r68 r340  
    497497        d->appendApplicationPathToLibraryPaths();
    498498    }
     499
     500
     501
     502
     503
     504
     505
     506
     507
     508
     509
     510
     511
    499512#endif
    500513
Note: See TracChangeset for help on using the changeset viewer.