]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Thu, 11 Jun 2009 18:29:19 +0000 (18:29 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 11 Jun 2009 18:29:19 +0000 (18:29 +0000)
- 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

index 54a80eefd4032a43c8562a6799cc2040c388f4f0..a597de9ebc6f028441bcada22b59ef606b0ddd62 100644 (file)
@@ -36,7 +36,7 @@ namespace Handbrake.Controls
             storageAspect = 0;\r
             selectedTitle = st;\r
             // Set the Aspect Ratio\r
-            lbl_Aspect.Text = selectedTitle.AspectRatio.ToString();\r
+            lbl_Aspect.Text = selectedTitle.AspectRatio.ToString(Culture);\r
             lbl_src_res.Text = selectedTitle.Resolution.Width + " x " + selectedTitle.Resolution.Height;\r
 \r
             // Set the Recommended Cropping values\r