[PATCH] shell32: Add caption to Run dialog.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Oct 31 01:38:13 CDT 2016


From: Jared Smudde <computerwhiz02 at hotmail.com>

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 dlls/shell32/shell32.rc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index bfba962..9ab2a03 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -330,6 +330,7 @@ FONT 10, "MS Shell Dlg"
 
 SHELL_RUN_DLG DIALOG 0, 0, 235, 83
 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Run"
 FONT 8, "MS Shell Dlg"
 {
  ICON "", IDC_RUNDLG_ICON, 7, 11, 18, 20, WS_VISIBLE
-- 
1.9.1




More information about the wine-patches mailing list