keepass: Fix Keepass plugin loading.
This commit is contained in:
parent
76f3b45662
commit
d3009e1ff3
@ -1 +1 @@
|
|||||||
+ m_pluginManager.LoadAllPlugins("$PATH$/lib/dotnet/keepass", SearchOption.TopDirectoryOnly, new string[] {});
|
+ m_pluginManager.LoadAllPlugins("$PATH$/lib/dotnet/keepass", System.IO.SearchOption.TopDirectoryOnly, new string[] {});
|
||||||
|
@ -11,7 +11,7 @@ diff --git a/KeePass/Forms/MainForm.cs b/KeePass/Forms/MainForm.cs
|
|||||||
index 347eaf5..b92e1e2 100644
|
index 347eaf5..b92e1e2 100644
|
||||||
--- a/KeePass/Forms/MainForm.cs
|
--- a/KeePass/Forms/MainForm.cs
|
||||||
+++ b/KeePass/Forms/MainForm.cs
|
+++ b/KeePass/Forms/MainForm.cs
|
||||||
@@ -440,7 +440,7 @@ namespace KeePass.Forms
|
@@ -440,7 +440,$OUTPUT_LC$ @@ namespace KeePass.Forms
|
||||||
ToolStripItemCollection tsicT = m_ctxTray.Items;
|
ToolStripItemCollection tsicT = m_ctxTray.Items;
|
||||||
ToolStripItem tsiPrevT = m_ctxTrayOptions;
|
ToolStripItem tsiPrevT = m_ctxTrayOptions;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user