diff options
author | sr55 <[email protected]> | 2007-11-16 22:49:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-16 22:49:34 +0000 |
commit | af3277fd9e511b768a083bc77023e2e0437578fc (patch) | |
tree | c5611438d5797c44acdc909f9b8e12203e133c5f /win/C#/Properties/Resources.Designer.cs | |
parent | 9f0ec015e60bdfefb0956cd45a762c04d2d8bcb0 (diff) |
WinGUI:
- Image file updated in about window (due to removal of images folder)
- frmDvdInfo has few small design tweaks
- Few fixes in the Query Parser
- Build number added to application Settings.Designer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1065 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Resources.Designer.cs')
-rw-r--r-- | win/C#/Properties/Resources.Designer.cs | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/win/C#/Properties/Resources.Designer.cs b/win/C#/Properties/Resources.Designer.cs index 7e1124dd1..f134afa68 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.832
+// Runtime Version:2.0.50727.1378
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -109,6 +109,20 @@ namespace Handbrake.Properties { }
}
+ internal static System.Drawing.Bitmap logo128 {
+ get {
+ object obj = ResourceManager.GetObject("logo128", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap logo64 {
+ get {
+ object obj = ResourceManager.GetObject("logo64", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
internal static System.Drawing.Bitmap Movies {
get {
object obj = ResourceManager.GetObject("Movies", resourceCulture);
|