summaryrefslogtreecommitdiffstats
path: root/win/Handbrake/frmMain.vb
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-07-06 15:40:25 +0000
committersr55 <[email protected]>2007-07-06 15:40:25 +0000
commitfd04eabafdec0443521e99e135879a16ada1c1a6 (patch)
tree6b65222a07b848a92fc3d78389c4a543a9555551 /win/Handbrake/frmMain.vb
parentc844ec634f42c7a2092fe0829cf4663ea836a276 (diff)
WinGui:
- Just a few things cleared up git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@652 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/Handbrake/frmMain.vb')
-rw-r--r--win/Handbrake/frmMain.vb2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Handbrake/frmMain.vb b/win/Handbrake/frmMain.vb
index 0145d2350..b68de8c8b 100644
--- a/win/Handbrake/frmMain.vb
+++ b/win/Handbrake/frmMain.vb
@@ -697,7 +697,7 @@ Public Class frmMain
Private Sub drp_dvdtitle_click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles drp_dvdtitle.Click
If drp_dvdtitle.Items.Count = 1 Then
- MessageBox.Show("There are no titles to select. Please scan the DVD by clicking the 'browse' button above before trying to select a title.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning)
+ MessageBox.Show("There are no titles to select. Please scan the DVD by clicking the 'browse' button above before trying to select a title.", "Alert", MessageBoxButtons.OK, MessageBoxIcon.Asterisk)
End If
End Sub