Removed "ex"

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2133 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-10 14:31:54 +00:00
parent eb06df0f6b
commit 6bf7d1d272

View file

@ -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) {
}
}
}