summaryrefslogtreecommitdiffstats
path: root/win/C#/frmSplashScreen.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-07-25 17:49:59 +0000
committersr55 <[email protected]>2007-07-25 17:49:59 +0000
commitab7c2f4a291e410511c1904c1d56cc9a14682c3b (patch)
tree37e3d4b18652b791965803bd6e356ece594712ea /win/C#/frmSplashScreen.cs
parent2891cf2747c101e3e35819ca7bdc52be17e7eebf (diff)
WinGui:
- Splash screen added. (Bit of a hack but will work until such time it can be done properly) - Added temporary splash screen image. - Disbaled cancel button on frmReadDVD until such time it can be coded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@731 b64f7644-9d1e-0410-96f1-a4d463321fa5
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