Preparations for the language changes

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1783 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-17 14:16:10 +00:00
commit 53af559d22
44 changed files with 472 additions and 874 deletions

View file

@ -117,8 +117,7 @@ namespace Greenshot.Helpers {
}
} catch (Exception e) {
LOG.Error("An error ocurred while trying to print", e);
ILanguage lang = Language.GetInstance();
MessageBox.Show(lang.GetString(LangKey.print_error), lang.GetString(LangKey.error));
MessageBox.Show(Language.GetString(LangKey.print_error), Language.GetString(LangKey.error));
}
}