Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 committed Feb 13, 2019
1 parent e53f04e commit 31c2251
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Forms/MainForm.vb
Original file line number Diff line number Diff line change
Expand Up @@ -4360,7 +4360,7 @@ Public Class MainForm
ret.Add("Tools|Advanced|Subtitles|VSRip", NameOf(g.DefaultCommands.StartTool), {"VSRip"})
ret.Add("Tools|Advanced|LAV Filters Decoder", NameOf(ShowLAVFiltersConfigDialog), Symbol.Filter)
ret.Add("Tools|Advanced|Reset Settings", NameOf(ResetSettings))
ret.Add("Tools|Advanced|Update", NameOf(UpdateStaxRip), Symbol.UpdateRestore)
'ret.Add("Tools|Advanced|Update", NameOf(UpdateStaxRip), Symbol.UpdateRestore)

ret.Add("Tools|Scripts", NameOf(DynamicMenuItem), Symbol.Code, {DynamicMenuItemID.Scripts})
ret.Add("Tools|Edit Menu...", NameOf(ShowMainMenuEditor))
Expand Down Expand Up @@ -6024,15 +6024,15 @@ Public Class MainForm
End Using
End Sub

<Command("Searches for New Releases of Staxrip")>
Sub UpdateStaxRip()
Using f As New UpdateForm
Try
f.ShowDialog()
Catch ex As Exception
End Try
End Using
End Sub
'<Command("Searches for New Releases of Staxrip")>
'Sub UpdateStaxRip()
' Using f As New UpdateForm
' Try
' f.ShowDialog()
' Catch ex As Exception
' End Try
' End Using
'End Sub

Protected Overrides Sub OnDragEnter(e As DragEventArgs)
Dim files = TryCast(e.Data.GetData(DataFormats.FileDrop), String())
Expand Down

0 comments on commit 31c2251

Please sign in to comment.