shell32: add a message for opening files with no association

Austin English austinenglish at gmail.com
Wed Feb 25 20:57:09 CST 2009


2009/2/25 Vincent Povirk <madewokherd+8cd9 at gmail.com>:
> Fixes bug 17485.
>
> Vincent Povirk
>
>
>
>

diff --git a/dlls/shell32/shell32_En.rc b/dlls/shell32/shell32_En.rc
index f752e6d..d7fa7c3 100644
--- a/dlls/shell32/shell32_En.rc
+++ b/dlls/shell32/shell32_En.rc
@@ -282,6 +282,8 @@ STRINGTABLE
 	IDS_CPANEL_TITLE            "Wine Control Panel"
 	IDS_CPANEL_NAME             "Name"
 	IDS_CPANEL_DESCRIPTION      "Description"
+
+        IDS_SHLEXEC_NOASSOC         "There is no Windows program
configured to open this type of file."
 }

Not sure if it matters for .rc files, but you're using spaces whereas
the earlier entries are using tabs.

-- 
-Austin



More information about the wine-devel mailing list