mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
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:
parent
fba0624364
commit
9360232ea0
3 changed files with 25 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue