mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add Qt platform name in About dialog
This commit is contained in:
parent
bb2c1c3485
commit
234886f6eb
@ -275,7 +275,7 @@ static QString version(bool const plain = false)
|
||||
out << '\n';
|
||||
else
|
||||
out << "</span></p><p>";
|
||||
out << toqstr(bformat(_("Qt Version (run-time): %1$s"), from_ascii(qVersion())));
|
||||
out << toqstr(bformat(_("Qt Version (run-time): %1$s on platform %2$s"), from_ascii(qVersion()), qstring_to_ucs4(guiApp->platformName())));
|
||||
if (plain)
|
||||
out << '\n';
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user