From fd0c0c87d59dd8b3b49488af57cfbd8fcb7fc187 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 11 Jun 2009 18:29:19 +0000 Subject: [PATCH] WinGui: - Few more possible culture issues. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2516 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Controls/PictureSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0