On Sat Dec 30 18:30:27 2023 +0000, Dāvis Mosāns (davispuh) wrote:
> changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/4720/diffs?diff_id=91593&start_sha=7ed40b96224c3125f2ecbda44a47cf553e1cb82a#1104a825a741495a2a3c3093b4d85d95e4f8180f_4443_4442)
Yeah I know but I intentionally did that way to make it easier understandable/readable as I don't think few bytes matter at all. Anyway changed now.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4720#note_56499
On Sat Dec 30 18:30:26 2023 +0000, Dāvis Mosāns (davispuh) wrote:
> changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/4720/diffs?diff_id=91593&start_sha=7ed40b96224c3125f2ecbda44a47cf553e1cb82a#1104a825a741495a2a3c3093b4d85d95e4f8180f_4502_4494)
Fixed
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4720#note_56498
On Sat Dec 30 18:30:25 2023 +0000, Dāvis Mosāns (davispuh) wrote:
> changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/4720/diffs?diff_id=91593&start_sha=7ed40b96224c3125f2ecbda44a47cf553e1cb82a#1104a825a741495a2a3c3093b4d85d95e4f8180f_4427_4429)
Can't stand it, updated to it now.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4720#note_56497
Main window title was incorrect in a couple of cases:
- the value displayed when the .HLP file didn't contain nor
the main window caption nor the default help file title
was incorrect (they are different patterns used, but the
trigger was incorrect)
- some titles were cropped (because incorrectly stored in
main window caption - which is of fixed size)
Changes made:
- never generate a caption when none present on file, but
always fallback to the help file title in this case
- generate default titles when none are present on file
(title pattern depends on file version)
- in pattern displaying filename, only show the basename.
These changes give the same result for the main window's title
on all the .hlp files from my test database.
(except for some cases where 'Wine help' is used instead of
'help', but I didn't bother adding a new entry in string table).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4758