summaryrefslogtreecommitdiffstats
path: root/win/C#/Controls/PictureSettings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Controls/PictureSettings.cs')
-rw-r--r--win/C#/Controls/PictureSettings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Controls/PictureSettings.cs b/win/C#/Controls/PictureSettings.cs
index 54a80eefd..a597de9eb 100644
--- a/win/C#/Controls/PictureSettings.cs
+++ b/win/C#/Controls/PictureSettings.cs
@@ -36,7 +36,7 @@ namespace Handbrake.Controls
storageAspect = 0;
selectedTitle = st;
// Set the Aspect Ratio
- lbl_Aspect.Text = selectedTitle.AspectRatio.ToString();
+ lbl_Aspect.Text = selectedTitle.AspectRatio.ToString(Culture);
lbl_src_res.Text = selectedTitle.Resolution.Width + " x " + selectedTitle.Resolution.Height;
// Set the Recommended Cropping values