cui/source/dialogs/about.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 932c1bd99f4b99705c3948d0babaa1f4160f37c3
Author: Takeshi Abe <[email protected]>
AuthorDate: Thu May 30 23:56:25 2019 +0900
Commit: Michael Stahl <[email protected]>
CommitDate: Fri May 31 11:29:35 2019 +0200
tdf#124936 Show "(x86)" in About dialog on the 32-bit version
... installed on Windows.
Change-Id: I2a4d846265b69f0e46e4c711430689ce39d60fcd
Reviewed-on: https://gerrit.libreoffice.org/73211
Reviewed-by: Michael Stahl <[email protected]>
Tested-by: Michael Stahl <[email protected]>
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 7d5266682144..cdafad532c2c 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -313,6 +313,8 @@ OUString AboutDialog::GetVersionString()
#ifdef _WIN64
sVersion += " (x64)";
+#elif defined(_WIN32)
+ sVersion += " (x86)";
#endif
OUString sBuildId = GetBuildId();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits