Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actualización de Links en Tablero Ingame #298

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CODIGO/frmMensajePapiro.frm
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Private Const WS_EX_LAYERED = &H80000
Private Const LWA_COLORKEY = &H1&

Private Sub BasicInfoLink_Click()
Call OpenLink("https://ao20.com.ar/wiki")
Call OpenLink("https://www.argentumonline.com.ar/wiki")
End Sub

Private Sub CafecitoLink_Click(Index As Integer)
Expand All @@ -283,11 +283,11 @@ Private Sub Form_LostFocus()
End Sub

Private Sub GameRulesLink_Click(Index As Integer)
Call OpenLink("https://ao20.com.ar/reglamento")
Call OpenLink("https://www.argentumonline.com.ar/reglamento")
End Sub

Private Sub HelpGuideLink_Click()
Call OpenLink("https://ao20.com.ar/wiki/guia/comenzar")
Call OpenLink("https://www.argentumonline.com.ar/wiki/guia/comenzar")
End Sub

Private Sub Image1_Click()
Expand All @@ -311,9 +311,9 @@ Private Sub PatreonLink_Click(Index As Integer)
End Sub

Private Sub Stream1_Click()
Call OpenLink("https://www.twitch.tv/ao20oficial")
Call OpenLink("https://www.twitch.tv/argentumonlineoficial")
End Sub

Private Sub Stream2_Click()
Call OpenLink("https://www.twitch.tv/PlusAo20")
Call OpenLink("https://www.twitch.tv/Plus_1986")
End Sub