Added checkbox to turn notifications on/off

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1906 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-31 06:35:59 +00:00
commit 5a4fdbc4aa
2 changed files with 31 additions and 18 deletions

View file

@ -272,7 +272,7 @@ namespace GreenshotPlugin.Controls {
/// </summary>
protected void ApplyLanguage() {
// Set title of the form
if (!string.IsNullOrEmpty(LanguageKey)) {
if (!string.IsNullOrEmpty(LanguageKey) && Language.hasKey(LanguageKey)) {
this.Text = Language.GetString(LanguageKey);
}
// Reset the text values for all GreenshotControls