[PATCH] shell32: Correct dialog title in error message from "Run File" to "Run".

Alex Henrie alexhenrie24 at gmail.com
Wed Jan 25 01:44:33 CST 2017


This makes the error message match the title in the SHELL_RUN_DLG
resource definition.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/shell32/shell32.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 9ab2a032fd..82ad32a660 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -190,8 +190,8 @@ the folder?"
         IDS_SHUTDOWN_TITLE      "Shutdown"
         IDS_SHUTDOWN_PROMPT     "Do you want to shutdown your Wine session?"
 
-        /* Run File dialog */
-        IDS_RUNDLG_ERROR           "Unable to display Run File dialog box (internal error)"
+        /* Run dialog */
+        IDS_RUNDLG_ERROR           "Unable to display Run dialog box (internal error)"
         IDS_RUNDLG_BROWSE_ERROR    "Unable to display Browse dialog box (internal error)"
         IDS_RUNDLG_BROWSE_CAPTION  "Browse"
         IDS_RUNDLG_BROWSE_FILTER_EXE "Executable files (*.exe)"
-- 
2.11.0




More information about the wine-patches mailing list