diff options
Diffstat (limited to 'scp2/source/draw/registryitem_draw.scp')
-rw-r--r-- | scp2/source/draw/registryitem_draw.scp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp index d543958494b0..1bcfd1374e56 100644 --- a/scp2/source/draw/registryitem_draw.scp +++ b/scp2/source/draw/registryitem_draw.scp @@ -295,6 +295,14 @@ RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Draw"; End +RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Draw_Bin; + Subkey = "soffice.StarDrawDocument.6"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(SO60_DRAWING) +End + RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; @@ -401,6 +409,14 @@ RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Draw"; End +RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Draw_Bin; + Subkey = "soffice.StarDrawDocument.6"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(SO60_DRAWING) +End + RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell ParentID = PREDEFINED_HKEY_CLASSES_ROOT; Subkey = "soffice.StarDrawTemplate.6\shell"; @@ -700,6 +716,14 @@ RegistryItem gid_Regitem_Openoffice_Drawdocument_1_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Draw"; End +RegistryItem gid_Regitem_Openoffice_Drawdocument_1_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Draw_Bin; + Subkey = "opendocument.DrawDocument.1"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(OO_DRAW) +End + #ifdef _MSC_VER RegistryItem gid_Regitem_odg_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; @@ -920,6 +944,14 @@ RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Draw"; End +RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Draw_Bin; + Subkey = "opendocument.DrawTemplate.1"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(OO_DRAW_TEMPLATE) +End + #ifdef _MSC_VER RegistryItem gid_Regitem_otg_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; |