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