From e1274cb69a90e44e31a5eea70daf41e631af3f4a Mon Sep 17 00:00:00 2001 From: Andreas Rehm Date: Sun, 20 Feb 2011 14:40:04 +0100 Subject: [PATCH] Bugfix Weifen Luo should not show up with crownwood link --- mRemoteV1/UI/UI.Window.About.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mRemoteV1/UI/UI.Window.About.vb b/mRemoteV1/UI/UI.Window.About.vb index f3ed1b46..f17c4386 100644 --- a/mRemoteV1/UI/UI.Window.About.vb +++ b/mRemoteV1/UI/UI.Window.About.vb @@ -322,7 +322,7 @@ Namespace UI App.Runtime.GoToURL(My.Resources.strMagicLibraryAttributionURL) End Sub - Private Sub llblWeifenLuo_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles llblMagicLibrary.LinkClicked, llblWeifenLuo.LinkClicked + Private Sub llblWeifenLuo_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles llblWeifenLuo.LinkClicked App.Runtime.GoToURL(My.Resources.strWeifenLuoAttributionURL) End Sub #End Region