summaryrefslogtreecommitdiffstats
path: root/win/C#/frmSplashScreen.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmSplashScreen.cs')
-rw-r--r--win/C#/frmSplashScreen.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs
index d45d0ca26..f86122ce9 100644
--- a/win/C#/frmSplashScreen.cs
+++ b/win/C#/frmSplashScreen.cs
@@ -14,8 +14,8 @@ namespace Handbrake
public frmSplashScreen()
{
InitializeComponent();
- lbl_cli.Text = Properties.Settings.Default.CliVersion;
- lbl_gui.Text = Properties.Settings.Default.GuiVersion;
+ //lbl_cli.Text = Properties.Settings.Default.CliVersion;
+ //lbl_gui.Text = Properties.Settings.Default.GuiVersion;
}
}
} \ No newline at end of file