From: Jared Smudde Subject: shell32: add caption to run dialog (resend) Message-Id: Date: Sun, 3 May 2015 12:23:25 -0500 This patch adds a caption to the Run dialog just like Windows.
This patch adds a caption to the Run dialog just like Windows.
dlls/shell32/shell32.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 847d2ce..3a16da3 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