diff options
author | sr55 <[email protected]> | 2007-09-04 21:54:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-04 21:54:35 +0000 |
commit | 99dcc13db55eed63d120b1103fd943efd99f3976 (patch) | |
tree | 24d54a1de5bf066e1571f84104e45c86717d46e8 /win/C#/Properties/Resources.Designer.cs | |
parent | 130d5bdd07ce316f1bcd5a34ed73c8fdb20a346d (diff) |
WinGui:
- Tweaks to the about box.
- Adding/removing a few files
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@921 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Resources.Designer.cs')
-rw-r--r-- | win/C#/Properties/Resources.Designer.cs | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/win/C#/Properties/Resources.Designer.cs b/win/C#/Properties/Resources.Designer.cs index 12af671d3..169ae4ed3 100644 --- a/win/C#/Properties/Resources.Designer.cs +++ b/win/C#/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.42
+// Runtime Version:2.0.50727.832
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -130,16 +130,9 @@ namespace Handbrake.Properties { }
}
- internal static System.Drawing.Bitmap splash {
+ internal static System.Drawing.Bitmap SplashScreen {
get {
- object obj = ResourceManager.GetObject("splash", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- internal static System.Drawing.Bitmap tempSplash {
- get {
- object obj = ResourceManager.GetObject("tempSplash", resourceCulture);
+ object obj = ResourceManager.GetObject("SplashScreen", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
|