Preparations for the language changes

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1781 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-17 13:41:39 +00:00
commit 0ace8c2ccf
9 changed files with 28 additions and 75 deletions

View file

@ -38,7 +38,6 @@ namespace GreenshotJiraPlugin {
public class JiraPlugin : IGreenshotPlugin {
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(JiraPlugin));
private PluginAttribute jiraPluginAttributes;
private ILanguage lang = Language.GetInstance();
private IGreenshotHost host;
private JiraConnector jiraConnector = null;
private JiraConfiguration config = null;