More stability fixes

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1902 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-23 15:35:58 +00:00
commit 9360232ea0
3 changed files with 25 additions and 14 deletions

View file

@ -167,7 +167,7 @@ namespace GreenshotPlugin.Core {
try {
CultureInfo cultureInfo = new CultureInfo(culture);
rssFile.Language = cultureInfo.NativeName;
} catch (Exception ex) {
} catch (Exception) {
LOG.WarnFormat("Can't read the native name of the culture {0}", culture);
}
}