From 3068c74ad758e3842e9c5c719cd67bb7ebbdf89a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 11 Mar 2021 18:50:06 -0800 Subject: [PATCH] DVD/BD have more label info possible --- MPF/Windows/DiscInformationWindow.xaml.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MPF/Windows/DiscInformationWindow.xaml.cs b/MPF/Windows/DiscInformationWindow.xaml.cs index fa203d93..48fd743a 100644 --- a/MPF/Windows/DiscInformationWindow.xaml.cs +++ b/MPF/Windows/DiscInformationWindow.xaml.cs @@ -166,9 +166,9 @@ namespace MPF.Windows L0AdditionalMould.Label = "Additional Mould"; L1Info.Header = "Label Side"; - L1MasteringRing.Visibility = Visibility.Collapsed; - L1MasteringSID.Visibility = Visibility.Collapsed; - L1Toolstamp.Visibility = Visibility.Collapsed; + L1MasteringRing.Label = "Mastering Ring"; + L1MasteringSID.Label = "Mastering SID"; + L1Toolstamp.Label = "Toolstamp/Mastering Code"; L1MouldSID.Label = "Mould SID"; L1AdditionalMould.Label = "Additional Mould"; }