Fixed problem with storage location, had 2 "storing methods" conflicting with each other..

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1841 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-13 18:27:01 +00:00
parent 534405fc2d
commit e6a96a71ba

View file

@ -166,7 +166,6 @@ namespace Greenshot {
// //
this.textbox_storagelocation.Location = new System.Drawing.Point(138, 18); this.textbox_storagelocation.Location = new System.Drawing.Point(138, 18);
this.textbox_storagelocation.Name = "textbox_storagelocation"; this.textbox_storagelocation.Name = "textbox_storagelocation";
this.textbox_storagelocation.PropertyName = "OutputFilePath";
this.textbox_storagelocation.Size = new System.Drawing.Size(233, 20); this.textbox_storagelocation.Size = new System.Drawing.Size(233, 20);
this.textbox_storagelocation.TabIndex = 12; this.textbox_storagelocation.TabIndex = 12;
// //