<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Help->About LibreOffice dialog does not specify whether 32 or 64 bit is installed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124936#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Help->About LibreOffice dialog does not specify whether 32 or 64 bit is installed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124936">bug 124936</a>
              from <span class="vcard"><a class="email" href="mailto:casapr@jumplink.org" title="casapr@jumplink.org">casapr@jumplink.org</a>
</span></b>
        <pre>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. )</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>