mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Cleanup
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2145 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
d75b81479c
commit
c664663df6
10 changed files with 307 additions and 307 deletions
|
@ -196,7 +196,7 @@ namespace GreenshotJiraPlugin {
|
|||
this.jiraListView.Sort();
|
||||
}
|
||||
|
||||
void JiraKeyTextChanged(object sender, EventArgs e) {
|
||||
void JiraKeyTextChanged(object sender, EventArgs e) {
|
||||
string jiranumber = jiraKey.Text;
|
||||
uploadButton.Enabled = false;
|
||||
int dashIndex = jiranumber.IndexOf('-');
|
||||
|
@ -206,6 +206,6 @@ namespace GreenshotJiraPlugin {
|
|||
uploadButton.Enabled = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue