From 6bf7d1d2720a4ccbabbbf02c41775d38dacb66dc Mon Sep 17 00:00:00 2001 From: RKrom Date: Wed, 10 Oct 2012 14:31:54 +0000 Subject: [PATCH] Removed "ex" git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2133 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotPlugin/Controls/GreenshotForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GreenshotPlugin/Controls/GreenshotForm.cs b/GreenshotPlugin/Controls/GreenshotForm.cs index a5192b093..3a5521de0 100644 --- a/GreenshotPlugin/Controls/GreenshotForm.cs +++ b/GreenshotPlugin/Controls/GreenshotForm.cs @@ -87,7 +87,7 @@ namespace GreenshotPlugin.Controls { if (!Language.AddLanguageFilePath(Path.Combine(assemblyDirectory, @"..\..\Languages\"))) { Language.AddLanguageFilePath(Path.Combine(assemblyDirectory, @"..\..\..\Languages\")); } - } catch (Exception ex) { + } catch (Exception) { } } } @@ -102,7 +102,7 @@ namespace GreenshotPlugin.Controls { isDesignModeLanguageSet = true; try { ApplyLanguage(); - } catch (Exception ex) { + } catch (Exception) { } } }