Fixed: open+save for non-password session

This commit is contained in:
Ray 2020-09-05 02:11:16 +01:00
parent b29b92f77b
commit cb39305541
4 changed files with 7 additions and 3 deletions

View File

@ -115,6 +115,10 @@ namespace bzit.bomg
return;
}
}
else
{
parentForm.SetSessionFile(filename, string.Empty);
}
this.IsBusy = true;

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.0.030")]
[assembly: AssemblyVersion("0.3.0.031")]
[assembly: AssemblyFileVersion("0.1.0.0")]

View File

@ -89,7 +89,7 @@ namespace bzit.bomg.Properties {
}
/// <summary>
/// Looks up a localized string similar to 0.3.0.030 beta.
/// Looks up a localized string similar to 0.3.0.031 beta.
/// </summary>
internal static string app_version {
get {

View File

@ -128,7 +128,7 @@
<value>Bookmark Manager</value>
</data>
<data name="app_version" xml:space="preserve">
<value>0.3.0.030 beta</value>
<value>0.3.0.031 beta</value>
</data>
<data name="arrow_down_circle" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\2\arrow-down-circle.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>