From db428989b129a1046b53e00640a1013529766162 Mon Sep 17 00:00:00 2001 From: Riley McArdle Date: Thu, 2 Jun 2011 12:10:08 -0500 Subject: [PATCH] Fixed ShowUpdatesTab to show the correct tab. --- mRemoteV1/App/App.Runtime.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mRemoteV1/App/App.Runtime.vb b/mRemoteV1/App/App.Runtime.vb index 1622cde8c..3c93c7f46 100644 --- a/mRemoteV1/App/App.Runtime.vb +++ b/mRemoteV1/App/App.Runtime.vb @@ -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