forked from organicmaps/organicmaps
Renamed about.txt to about.html
This commit is contained in:
parent
48900447a4
commit
f2617f2dfa
2 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ AboutDialog::AboutDialog(QWidget * parent)
|
|||
hBox->addWidget(labelIcon);
|
||||
hBox->addWidget(labelVersion);
|
||||
|
||||
QFile file(GetPlatform().ReadPathForFile("about.txt").c_str());
|
||||
QFile file(GetPlatform().ReadPathForFile("about.html").c_str());
|
||||
if (file.open(QIODevice::ReadOnly))
|
||||
{
|
||||
QByteArray aboutData = file.readAll();
|
||||
|
|
Loading…
Add table
Reference in a new issue