From 2564c673cf57b7bfa593e3f27cf56b5ff774c6f5 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 18 Nov 2003 20:40:59 +0000 Subject: [PATCH] Tweak the top-level comment hopefully for the better. Fix the "Default Devmode" entry. s/StdComponentCategoriesMgr/Component Categories Manager/. --- winedefault.reg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/winedefault.reg b/winedefault.reg index 411aca9fb2d..6cd7bfe80bd 100644 --- a/winedefault.reg +++ b/winedefault.reg @@ -1,5 +1,7 @@ -# These entries must apparently exist in any win95-compatible registry. -# (feed this to 'regedit' to install) +# You should use this file to initialize or update your Wine registry. +# To do so, use the following command (note that existing settings, if any, +# will be overriden): +# regedit winedefault.reg # Shell Folders. The purpose of these are pretty self-evident. # Primarily used by installation programs and the Explorer. @@ -148,7 +150,7 @@ [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver] "Attributes"=dword:00000000 -"Default Devmode"= +"Default Devmode"="" "Name"="Wine PostScript Driver" "Port"="LPT1:" "Print Processor"="WinPrint" @@ -1483,7 +1485,7 @@ # The Component Category Manager [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}] -@="StdComponentCategoriesMgr" +@="Component Categories Manager" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002E005-0000-0000-C000-000000000046}\InProcServer32] @="comcat.dll" -- 2.11.4.GIT