mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
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:
parent
eb06df0f6b
commit
6bf7d1d272
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue