From e83ccb9f585b9124a273d3af8cd23aeee8fb5c8e Mon Sep 17 00:00:00 2001 From: RKrom Date: Sun, 22 Apr 2012 09:44:37 +0000 Subject: [PATCH] Fixed forgotten output path binding. git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1813 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- Greenshot/Forms/SettingsForm.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Greenshot/Forms/SettingsForm.Designer.cs b/Greenshot/Forms/SettingsForm.Designer.cs index 3709efd77..598ed9775 100644 --- a/Greenshot/Forms/SettingsForm.Designer.cs +++ b/Greenshot/Forms/SettingsForm.Designer.cs @@ -47,7 +47,7 @@ namespace Greenshot { private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); - this.textbox_storagelocation = new System.Windows.Forms.TextBox(); + this.textbox_storagelocation = new GreenshotPlugin.Controls.GreenshotTextBox(); this.label_storagelocation = new GreenshotPlugin.Controls.GreenshotLabel(); this.settings_cancel = new GreenshotPlugin.Controls.GreenshotButton(); this.settings_confirm = new GreenshotPlugin.Controls.GreenshotButton(); @@ -166,6 +166,7 @@ namespace Greenshot { this.textbox_storagelocation.Name = "textbox_storagelocation"; this.textbox_storagelocation.Size = new System.Drawing.Size(233, 20); this.textbox_storagelocation.TabIndex = 12; + this.textbox_storagelocation.PropertyName = "OutputFilePath"; // // label_storagelocation // @@ -1273,7 +1274,7 @@ namespace Greenshot { private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private GreenshotPlugin.Controls.GreenshotButton settings_cancel; private GreenshotPlugin.Controls.GreenshotButton settings_confirm; - private System.Windows.Forms.TextBox textbox_storagelocation; + private GreenshotPlugin.Controls.GreenshotTextBox textbox_storagelocation; private GreenshotPlugin.Controls.GreenshotLabel label_storagelocation; private GreenshotPlugin.Controls.GreenshotTabPage tab_destinations; private GreenshotPlugin.Controls.GreenshotTabPage tab_expert;