From 687e227fc7b2c64cec3e3c5000d5a3487fe68d15 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Fri, 16 Aug 2019 00:05:14 -0400 Subject: [PATCH] the cat must've done that --- .../DataFormats/Shortcut/Microsoft/LNKDataFormat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/Shortcut/Microsoft/LNKDataFormat.cs b/CSharp/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/Shortcut/Microsoft/LNKDataFormat.cs index e470bbf8..62388092 100644 --- a/CSharp/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/Shortcut/Microsoft/LNKDataFormat.cs +++ b/CSharp/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/Shortcut/Microsoft/LNKDataFormat.cs @@ -10,7 +10,7 @@ namespace UniversalEditor.DataFormats.Shortcut.Microsoft { public class LNKDataFormat : DataFormat { - private static readonly Guid LNK_CLASSID = new Guid("00021401-0000-0000-00c0-000000000046}"); + private static readonly Guid LNK_CLASSID = new Guid("{00021401-0000-0000-00c0-000000000046}"); private static DataFormatReference _dfr = null; protected override DataFormatReference MakeReferenceInternal()