~alexwolf/stellarium/sne

« back to all changes in this revision

Viewing changes to src/core/modules/LandscapeMgr.cpp

  • Committer: Alexander Wolf
  • Date: 2011-07-03 09:07:05 UTC
  • mfrom: (4821.1.90 trunk)
  • Revision ID: alex.v.wolf@gmail.com-20110703090705-j2t2mby3v9ntthl3
Sync with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
972
972
                QFile file(descriptionFile);
973
973
                file.open(QIODevice::ReadOnly | QIODevice::Text);
974
974
                QTextStream in(&file);
 
975
                in.setCodec("UTF-8");
975
976
                desc = in.readAll();
976
977
                file.close();
977
978
        }