Kaydet (Commit) 932c1bd9 authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Michael Stahl

tdf#124936 Show "(x86)" in About dialog on the 32-bit version

... installed on Windows.

Change-Id: I2a4d846265b69f0e46e4c711430689ce39d60fcd
Reviewed-on: https://gerrit.libreoffice.org/73211Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
Tested-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 6d21e8d6
...@@ -313,6 +313,8 @@ OUString AboutDialog::GetVersionString() ...@@ -313,6 +313,8 @@ OUString AboutDialog::GetVersionString()
#ifdef _WIN64 #ifdef _WIN64
sVersion += " (x64)"; sVersion += " (x64)";
#elif defined(_WIN32)
sVersion += " (x86)";
#endif #endif
OUString sBuildId = GetBuildId(); OUString sBuildId = GetBuildId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment