From e3570f70ebf3c08cee9b3f87ba11e112a4a5fdaa Mon Sep 17 00:00:00 2001 From: RKrom Date: Wed, 18 Apr 2012 10:48:31 +0000 Subject: [PATCH] Fixed exception in designer git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1795 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotPlugin/Core/Language.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GreenshotPlugin/Core/Language.cs b/GreenshotPlugin/Core/Language.cs index e903346d3..52b756695 100644 --- a/GreenshotPlugin/Core/Language.cs +++ b/GreenshotPlugin/Core/Language.cs @@ -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?"); } ///