diff options
author | sr55 <[email protected]> | 2007-07-25 17:49:59 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-25 17:49:59 +0000 |
commit | ab7c2f4a291e410511c1904c1d56cc9a14682c3b (patch) | |
tree | 37e3d4b18652b791965803bd6e356ece594712ea /win/C#/Properties/Resources.Designer.cs | |
parent | 2891cf2747c101e3e35819ca7bdc52be17e7eebf (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#/Properties/Resources.Designer.cs')
-rw-r--r-- | win/C#/Properties/Resources.Designer.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win/C#/Properties/Resources.Designer.cs b/win/C#/Properties/Resources.Designer.cs index 845bedbbf..877f63b1b 100644 --- a/win/C#/Properties/Resources.Designer.cs +++ b/win/C#/Properties/Resources.Designer.cs @@ -66,5 +66,12 @@ namespace Handbrake.Properties { return ((System.Drawing.Bitmap)(obj));
}
}
+
+ internal static System.Drawing.Bitmap tempSplash {
+ get {
+ object obj = ResourceManager.GetObject("tempSplash", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
}
}
|