OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Jun 2007 20:15:18 +0000 (20:15 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Jun 2007 20:15:18 +0000 (20:15 +0000)
- Icon file added to the Handbrake folder

git-svn-id: svn://localhost/HandBrake/trunk@637 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/Handbrake/frmMain.Designer.vb
win/Handbrake/frmMain.vb
win/Handbrake/frmReadDVD.vb
win/Handbrake/handbrakepineapple.ico [new file with mode: 0644]

index 1b82cb8..a8722b5 100644 (file)
@@ -2343,9 +2343,9 @@ Partial Class frmMain
         Me.lbl_update.ForeColor = System.Drawing.Color.Black\r
         Me.lbl_update.Location = New System.Drawing.Point(89, 595)\r
         Me.lbl_update.Name = "lbl_update"\r
-        Me.lbl_update.Size = New System.Drawing.Size(209, 13)\r
+        Me.lbl_update.Size = New System.Drawing.Size(213, 13)\r
         Me.lbl_update.TabIndex = 413\r
-        Me.lbl_update.Text = "- ( A New Version is available.)"\r
+        Me.lbl_update.Text = "- ( A New Version is available. )"\r
         Me.lbl_update.Visible = False\r
         '\r
         'frmMain\r
index 12ee4f7..7a63f3e 100644 (file)
@@ -1253,4 +1253,7 @@ Public Class frmMain
     '-----------------------------------------------\r
 \r
 \r
+    Private Sub TabPage1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TabPage1.Click\r
+\r
+    End Sub\r
 End Class
\ No newline at end of file
index 8d8c8f9..f6b350c 100644 (file)
@@ -29,7 +29,7 @@ Public Class frmReadDVD
     '# Stage 2 - Parse the dvdinfo.dat file\r
     '# Stage 3 - output the parsed version to dvd.dat or handle errors if any\r
     '#\r
-    '#\r
+    '# This all needs re-written. It's a real mess. Should really dump all the info into an array so external files are not required.\r
 \r
     Private Sub btn_ok_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_ok.Click\r
         '# Stage 1 - Wait til the hbcli exe has finished\r
diff --git a/win/Handbrake/handbrakepineapple.ico b/win/Handbrake/handbrakepineapple.ico
new file mode 100644 (file)
index 0000000..57a0562
Binary files /dev/null and b/win/Handbrake/handbrakepineapple.ico differ