Fixed ShowUpdatesTab to show the correct tab.

This commit is contained in:
Riley McArdle
2011-06-02 12:10:08 -05:00
parent 4c33adfee7
commit db428989b1

View File

@@ -149,7 +149,7 @@ Namespace App
Public Shared Sub ShowUpdatesTab()
Windows.optionsForm = New frmOptions(Windows.optionsPanel)
Windows.optionsForm.Show(frmMain.pnlDock, 4)
Windows.optionsForm.Show(frmMain.pnlDock, 5)
End Sub
End Class