[Libreoffice-bugs] [Bug 124936] Help->About LibreOffice dialog does not specify whether 32 or 64 bit is installed

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 25 19:26:31 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=124936

--- Comment #6 from casapr at jumplink.org ---
I don't quite understand the proposed solution, but if I can be highly
simplistic (and with pseudocode), somewhere in either the compiler macros or
running program there is a line (for the About dialog) that says:

if equal 64bit then print "(x64)" otherwise leave blank

can't it just be changed to:

if equal 64bit then print "(x64, 64bit)" otherwise print "(x86, 32bit)"

??

(I changed it somewhat because I always think using 'x86' for essentially
trying to say '32bit' is a needless confusion and abbreviation in the world. 
Computers for many are hard enough without forcing somebody's parent, for
example, to mumble "I need to know if this is 32bit...what the heck does 'x86'
mean?" and then have to go research it. )

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190425/8229b0cc/attachment.html>


More information about the Libreoffice-bugs mailing list