From 3e82b268e1ee8362e9470d4dcb0fb48990709b4b Mon Sep 17 00:00:00 2001 From: RKrom Date: Wed, 16 May 2012 05:36:18 +0000 Subject: [PATCH] Fixed key rename git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1855 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- Greenshot/Forms/PrintOptionsDialog.Designer.cs | 2 +- Greenshot/Forms/SettingsForm.Designer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Greenshot/Forms/PrintOptionsDialog.Designer.cs b/Greenshot/Forms/PrintOptionsDialog.Designer.cs index 482678202..c77d99099 100644 --- a/Greenshot/Forms/PrintOptionsDialog.Designer.cs +++ b/Greenshot/Forms/PrintOptionsDialog.Designer.cs @@ -193,7 +193,7 @@ namespace Greenshot.Forms this.checkbox_grayscale.AutoSize = true; this.checkbox_grayscale.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.checkbox_grayscale.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkbox_grayscale.LanguageKey = "printoption_printgrayscale"; + this.checkbox_grayscale.LanguageKey = "printoptions_printgrayscale"; this.checkbox_grayscale.Location = new System.Drawing.Point(12, 181); this.checkbox_grayscale.Name = "checkbox_grayscale"; this.checkbox_grayscale.PropertyName = "OutputPrintGrayscale"; diff --git a/Greenshot/Forms/SettingsForm.Designer.cs b/Greenshot/Forms/SettingsForm.Designer.cs index 8678063c5..6dcb0a3d5 100644 --- a/Greenshot/Forms/SettingsForm.Designer.cs +++ b/Greenshot/Forms/SettingsForm.Designer.cs @@ -866,7 +866,7 @@ namespace Greenshot { // // checkbox_printgrayscale // - this.checkbox_printgrayscale.LanguageKey = "printoption_printgrayscale"; + this.checkbox_printgrayscale.LanguageKey = "printoptions_printgrayscale"; this.checkbox_printgrayscale.Location = new System.Drawing.Point(12, 192); this.checkbox_printgrayscale.Name = "checkbox_printgrayscale"; this.checkbox_printgrayscale.PropertyName = "OutputPrintGrayscale";