Fixed error with IETF and refactored the confluence plugin to use the right language code.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1790 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-18 08:56:37 +00:00
commit 4e8f6b0b26
5 changed files with 87 additions and 69 deletions

View file

@ -65,7 +65,7 @@ namespace GreenshotConfluencePlugin {
confluenceConnector.login();
}
} catch (Exception e) {
MessageBox.Show(Language.GetFormattedString(LangKey.login_error, e.Message));
MessageBox.Show(Language.GetFormattedString("confluence", LangKey.login_error, e.Message));
}
return confluenceConnector;
}