Show
Ignore:
Timestamp:
03/05/09 08:40:54 (13 months ago)
Author:
kris
Message:

Fixed a bug loading component information in UTF-8 during the install

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/trunk/PCInstall/pcinstall.cpp

    r3576 r3598  
    26752675                 
    26762676                QTextStream stream( &file ); 
     2677                stream.setCodec("UTF-8"); 
    26772678                QString line; 
    26782679                while ( !stream.atEnd() ) {