diff --git a/src/EarlyUpdateCheck.cs b/src/EarlyUpdateCheck.cs index 9c313da..80488f2 100644 --- a/src/EarlyUpdateCheck.cs +++ b/src/EarlyUpdateCheck.cs @@ -516,7 +516,7 @@ private void CheckExternalPluginUpdate() if (UpdateInfoExternParser.VersionInstalled >= UpdateInfoExternParser.VersionAvailable) return; var pu = PluginUpdateHandler.Plugins.Find(x => x is EarlyUpdateCheckUpdate) as OwnPluginUpdate; if (pu == null) return; - if (!bDownloadFile) bDownloadFile = Tools.AskYesNo(PluginTranslate.UpdateExternalInfo) != DialogResult.Yes; + if (!bDownloadFile) bDownloadFile = Tools.AskYesNo(PluginTranslate.UpdateExternalInfo) == DialogResult.Yes; if (!bDownloadFile) return; m_host.MainWindow.Invoke(new KeePassLib.Delegates.GAction(() => { UpdatePlugins(UpdateFlags.ExternalUpdateInfo, null); }), null); } diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 8b38fa2..a437b27 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -26,6 +26,6 @@ // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("4.1.3")] -[assembly: AssemblyFileVersion("4.1.3")] +[assembly: AssemblyVersion("4.1.4")] +[assembly: AssemblyFileVersion("4.1.4")] [assembly: Guid("672570AF-CC57-4980-86F9-D48FD1CC707D")] \ No newline at end of file diff --git a/version.info b/version.info index 7d95119..6c4c72d 100644 --- a/version.info +++ b/version.info @@ -1,5 +1,5 @@ : -Early update check:4.1.3 +Early update check:4.1.4 Early update check!de:9 Early update check!ru:2 Early update check!fr:1