diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-05-31 09:39:39 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-05-31 09:39:39 +0200 |
commit | 6aade607b8a9cb172c7434e078f0ce80558b6939 (patch) | |
tree | 1f17a9de0762eb50b36d46bce9df0d5f9568125b /scp2/source/draw | |
parent | a50254968b3b0ba93204c4b80aeda89314c391c5 (diff) |
Add FriendlyTypeNames to supported types
Diffstat (limited to 'scp2/source/draw')
-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; |