diff options
author | sr55 <[email protected]> | 2007-12-19 22:42:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-19 22:42:26 +0000 |
commit | 932a94ec17ab01f1e48eeba5b6fbf7e89794f176 (patch) | |
tree | a2180b0e54df3e5c9b5f2acd7a2c8af5894feb9e /win/C#/frmSplashScreen.cs | |
parent | 5757d7c7295572f8dd8f078dcceddf8728e075f3 (diff) |
WinGui:
- Some more code clean up
- Fixed: Skipped button not working on update checker.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1138 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmSplashScreen.cs')
-rw-r--r-- | win/C#/frmSplashScreen.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs index f86122ce9..f29cfde09 100644 --- a/win/C#/frmSplashScreen.cs +++ b/win/C#/frmSplashScreen.cs @@ -14,8 +14,6 @@ namespace Handbrake public frmSplashScreen()
{
InitializeComponent();
- //lbl_cli.Text = Properties.Settings.Default.CliVersion;
- //lbl_gui.Text = Properties.Settings.Default.GuiVersion;
}
}
}
\ No newline at end of file |