diff options
Diffstat (limited to 'win/C#/Functions/PresetLoader.cs')
-rw-r--r-- | win/C#/Functions/PresetLoader.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/PresetLoader.cs b/win/C#/Functions/PresetLoader.cs index 912d6e519..030eca6cc 100644 --- a/win/C#/Functions/PresetLoader.cs +++ b/win/C#/Functions/PresetLoader.cs @@ -235,7 +235,7 @@ namespace Handbrake.Functions mainWindow.x264Panel.x264Query = presetQuery.H264Query;
// Set the preset name
- mainWindow.groupBox_output.Text = "Output Settings (Preset: " + name + ")";
+ mainWindow.labelPreset.Text = "Output Settings (Preset: " + name + ")";
#endregion
}
}
|