mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Fixed exception due to wrong init.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1773 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
6dfc75a492
commit
d8ee90e5f1
3 changed files with 9 additions and 9 deletions
|
@ -27,9 +27,8 @@ namespace GreenshotJiraPlugin {
|
|||
/// Description of PasswordRequestForm.
|
||||
/// </summary>
|
||||
public partial class SettingsForm : GreenshotPlugin.Controls.GreenshotForm {
|
||||
private ILanguage lang = Language.GetInstance();
|
||||
|
||||
public SettingsForm(JiraConfiguration config) {
|
||||
language = Language.GetInstance();
|
||||
//
|
||||
// The InitializeComponent() call is required for Windows Forms designer support.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue