Bugfix Weifen Luo should not show up with crownwood link

This commit is contained in:
Andreas Rehm
2011-02-20 14:40:04 +01:00
committed by Riley McArdle
parent 6ea439e08b
commit e1274cb69a

View File

@@ -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