http://bugs.winehq.org/show_bug.cgi?id=27246
Summary: Control panel items description truncated Product: Wine Version: 1.3.20 Platform: x86-64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: frederic.delanoy@gmail.com
Open wine control panel with "wine control", and select "View > Details".
The descriptions are truncated, e.g. I get "Allows you to install new software, or remove existing software" instead of "Allows you to install new software, or remove existing software from your computer."
Same for other descriptions.
http://bugs.winehq.org/show_bug.cgi?id=27246
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=27246
--- Comment #1 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-02-11 08:40:36 CST --- Still in wine-1.4-rc2-118-g88ae2c1
http://bugs.winehq.org/show_bug.cgi?id=27246
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #2 from André H. nerv@dawncrow.de 2012-02-15 14:18:39 CST --- That's by design, see: WCHAR szInfo[64]; in NEWCPLINFOW
I'd suggest to shorten the strings.
http://bugs.winehq.org/show_bug.cgi?id=27246
--- Comment #3 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-02-15 15:56:24 CST --- (In reply to comment #2)
That's by design, see: WCHAR szInfo[64]; in NEWCPLINFOW
I'd suggest to shorten the strings.
That's quite unsatisfactory, especially since some (most?) languages are not as terse as English.
And there's sufficient place in the GUI's Description column... shortening the strings is just a workaround. Using a sane (read larger) maximum string length would be much better IMHO.
Does the fact that this NEWCPLINFOW szInfo field length definition is set to 64 by MSDN necessary imply that it can't be changed in Wine, for compatibility reasons?
http://bugs.winehq.org/show_bug.cgi?id=27246
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com
--- Comment #4 from François Gouget fgouget@codeweavers.com 2012-02-15 18:31:22 CST --- (In reply to comment #3) [...]
Does the fact that this NEWCPLINFOW szInfo field length definition is set to 64 by MSDN necessary imply that it can't be changed in Wine, for compatibility reasons?
Yes. For compatibility reasons we cannot change the definition of any API, structure or constant defined by MSDN.
http://bugs.winehq.org/show_bug.cgi?id=27246
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2b7d8311dac62a4b3495c2dc91c | |c0c9908738b01 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2012-02-16 13:16:51 CST --- Fixed by 2b7d8311dac62a4b3495c2dc91cc0c9908738b01.
http://bugs.winehq.org/show_bug.cgi?id=27246
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2012-02-17 13:50:44 CST --- Closing bugs fixed in 1.4-rc4.
https://bugs.winehq.org/show_bug.cgi?id=27246
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |shell32