Fixed: open+save for non-password session
This commit is contained in:
parent
b29b92f77b
commit
cb39305541
@ -115,6 +115,10 @@ namespace bzit.bomg
|
||||
return;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
parentForm.SetSessionFile(filename, string.Empty);
|
||||
}
|
||||
|
||||
this.IsBusy = true;
|
||||
|
||||
|
@ -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")]
|
||||
|
2
Properties/Resources.Designer.cs
generated
2
Properties/Resources.Designer.cs
generated
@ -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 {
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user