mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed exception in designer
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1795 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
d73d80fe1a
commit
e3570f70eb
1 changed files with 1 additions and 3 deletions
|
@ -98,9 +98,7 @@ namespace GreenshotPlugin.Core {
|
|||
} else {
|
||||
CurrentLanguage = DEFAULT_LANGUAGE;
|
||||
}
|
||||
if (string.IsNullOrEmpty(CurrentLanguage)) {
|
||||
throw new ApplicationException("Couldn't set language, installation problem?");
|
||||
}
|
||||
LOG.Error("Couldn't set language, installation problem?");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue