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:
RKrom 2012-04-18 10:48:31 +00:00
commit e3570f70eb

View file

@ -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>