diff options
author | sr55 <[email protected]> | 2007-07-21 15:49:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-21 15:49:36 +0000 |
commit | 44fe349bb08b7127766a6612832a0ceb3ae0ac25 (patch) | |
tree | 322917fce812e900c6c2379785cec6527d557195 /win/C#/frmSplashScreen.cs | |
parent | a576d53a438d92455432b5c960f4ce380007f3d7 (diff) |
WinGui:
- Updated some tooltips for the main items on frmMain
- Created a Debug window.
- Added comments relating to a cross-thread bug with frmDvdInfo
- A few other code small code tweaks
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@721 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmSplashScreen.cs')
-rw-r--r-- | win/C#/frmSplashScreen.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs index 65ca835b2..d45d0ca26 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;
}
-
-
}
}
\ No newline at end of file |