Re: shell32: add a message for opening files with no association
2009/2/25 Vincent Povirk <madewokherd+8cd9(a)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
On Wed, Feb 25, 2009 at 8:57 PM, Austin English <austinenglish(a)gmail.com> wrote:
Not sure if it matters for .rc files, but you're using spaces whereas the earlier entries are using tabs.
I know. I hate them. Anyway, the even earlier entries are using spaces.
participants (2)
-
Austin English -
Vincent Povirk