git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2145 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-14 17:58:33 +00:00
commit c664663df6
10 changed files with 307 additions and 307 deletions

View file

@ -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;
}
}
}
}
}
}