From d07ea919d72729d0488303a40bfd58358e3474d1 Mon Sep 17 00:00:00 2001 From: morkt Date: Sat, 1 Aug 2015 00:20:21 +0400 Subject: [PATCH] remember last directory used for extraction. --- Properties/AssemblyInfo.cs | 4 ++-- Properties/Settings.Designer.cs | 12 ++++++++++++ Properties/Settings.settings | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index c9fa78d0..40dbbe5c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 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 ("1.1.4.21")] -[assembly: AssemblyFileVersion ("1.1.4.21")] +[assembly: AssemblyVersion ("1.1.4.22")] +[assembly: AssemblyFileVersion ("1.1.4.22")] diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index d644f9a5..a8a205fc 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -345,5 +345,17 @@ namespace GARbro.GUI.Properties { this["appIgnoreConversionErrors"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string appLastDestination { + get { + return ((string)(this["appLastDestination"])); + } + set { + this["appLastDestination"] = value; + } + } } } diff --git a/Properties/Settings.settings b/Properties/Settings.settings index f59b1e46..5ca6b625 100644 --- a/Properties/Settings.settings +++ b/Properties/Settings.settings @@ -83,5 +83,8 @@ False + + + \ No newline at end of file