summaryrefslogtreecommitdiff
path: root/scp2/source/base/registryitem_base.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/base/registryitem_base.scp')
-rwxr-xr-xscp2/source/base/registryitem_base.scp8
1 files changed, 2 insertions, 6 deletions
diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp
index 5f6c4c0c2347..d9feecb78d20 100755
--- a/scp2/source/base/registryitem_base.scp
+++ b/scp2/source/base/registryitem_base.scp
@@ -162,9 +162,5 @@ RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Sbas
End
// registering the property handler for the supported file types
-RegistryItem gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_odb
- ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
- Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.odb";
- ModuleID = gid_Module_Prg_Base_Bin;
- Value = "{AE424E85-F6DF-4910-A6A9-438797986431}";
-End
+
+REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( odb, gid_Module_Prg_Base_Bin )