mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
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:
parent
d71e5cdf1e
commit
5a4fdbc4aa
2 changed files with 31 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue