mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Added add printdlg-properties_btn patchset
This commit is contained in:
parent
75f3eede59
commit
a713da9181
@ -0,0 +1,33 @@
|
||||
From e93b8d3f2fe126cc42c4af3f6784f268de5d94f2 Mon Sep 17 00:00:00 2001
|
||||
From: Fabian Maurer <dark.shadow4@web.de>
|
||||
Date: Fri, 19 Jul 2024 00:06:37 +0200
|
||||
Subject: [PATCH] printdlg: Allow button id psh1 for "Properties" button.
|
||||
|
||||
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55841
|
||||
---
|
||||
dlls/comdlg32/printdlg.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/dlls/comdlg32/printdlg.c b/dlls/comdlg32/printdlg.c
|
||||
index aed486a9b09..b5c67c3abad 100644
|
||||
--- a/dlls/comdlg32/printdlg.c
|
||||
+++ b/dlls/comdlg32/printdlg.c
|
||||
@@ -1796,6 +1796,7 @@ static LRESULT PRINTDLG_WMCommandA(HWND hDlg, WPARAM wParam,
|
||||
}
|
||||
break;
|
||||
|
||||
+ case psh1: /* Setup button */
|
||||
case psh2: /* Properties button */
|
||||
{
|
||||
HANDLE hPrinter;
|
||||
@@ -1952,6 +1953,7 @@ static LRESULT PRINTDLG_WMCommandW(HWND hDlg, WPARAM wParam,
|
||||
}
|
||||
break;
|
||||
|
||||
+ case psh1: /* Setup button */
|
||||
case psh2: /* Properties button */
|
||||
{
|
||||
HANDLE hPrinter;
|
||||
--
|
||||
2.43.0
|
||||
|
3
patches/printdlg-properties_btn/definition
Normal file
3
patches/printdlg-properties_btn/definition
Normal file
@ -0,0 +1,3 @@
|
||||
Fixes: [55841] Support print "Properties" button.
|
||||
|
||||
# PR 6119
|
Loading…
Reference in New Issue
Block a user