+ replace 'Platform' with 'Word size'

This commit is contained in:
wmayer
2014-06-13 18:37:15 +02:00
parent ccc2a621f7
commit 7c8f8b1b76

View File

@@ -414,7 +414,7 @@ void AboutDialog::on_copyButton_clicked()
QString minor = QString::fromAscii(config["BuildVersionMinor"].c_str());
QString build = QString::fromAscii(config["BuildRevision"].c_str());
str << "OS: " << getOperatingSystem() << endl;
str << "Platform: " << QSysInfo::WordSize << "-bit" << endl;
str << "Word size: " << QSysInfo::WordSize << "-bit" << endl;
str << "Version: " << major << "." << minor << "." << build << endl;
it = config.find("BuildRevisionBranch");
if (it != config.end())