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()