mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
JPEG Quality dialog resource refactoring, removed the JPEG word from the resource names so the translators see the change!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1951 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
04b91fd640
commit
2b0a993c71
6 changed files with 22 additions and 22 deletions
4
Greenshot/Forms/SettingsForm.Designer.cs
generated
4
Greenshot/Forms/SettingsForm.Designer.cs
generated
|
@ -338,7 +338,7 @@ namespace Greenshot {
|
|||
this.groupbox_qualitysettings.Controls.Add(this.label_jpegquality);
|
||||
this.groupbox_qualitysettings.Controls.Add(this.textBoxJpegQuality);
|
||||
this.groupbox_qualitysettings.Controls.Add(this.trackBarJpegQuality);
|
||||
this.groupbox_qualitysettings.LanguageKey = "settings_jpegsettings";
|
||||
this.groupbox_qualitysettings.LanguageKey = "settings_qualitysettings";
|
||||
this.groupbox_qualitysettings.Location = new System.Drawing.Point(2, 156);
|
||||
this.groupbox_qualitysettings.Name = "groupbox_qualitysettings";
|
||||
this.groupbox_qualitysettings.Size = new System.Drawing.Size(412, 106);
|
||||
|
@ -359,7 +359,7 @@ namespace Greenshot {
|
|||
//
|
||||
// checkbox_alwaysshowqualitydialog
|
||||
//
|
||||
this.checkbox_alwaysshowqualitydialog.LanguageKey = "settings_alwaysshowjpegqualitydialog";
|
||||
this.checkbox_alwaysshowqualitydialog.LanguageKey = "settings_alwaysshowqualitydialog";
|
||||
this.checkbox_alwaysshowqualitydialog.Location = new System.Drawing.Point(12, 50);
|
||||
this.checkbox_alwaysshowqualitydialog.Name = "checkbox_alwaysshowqualitydialog";
|
||||
this.checkbox_alwaysshowqualitydialog.PropertyName = "OutputFilePromptQuality";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue