mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
BUG-1560 added format-validation for the arguments-field
This commit is contained in:
parent
3f16a5d4f2
commit
d2558f2159
3 changed files with 24 additions and 2 deletions
|
@ -147,6 +147,7 @@ namespace ExternalCommand {
|
|||
this.textBox_arguments.Name = "textBox_arguments";
|
||||
this.textBox_arguments.Size = new System.Drawing.Size(225, 20);
|
||||
this.textBox_arguments.TabIndex = 4;
|
||||
this.textBox_arguments.TextChanged += new System.EventHandler(this.textBox_arguments_TextChanged);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue