From 1334ebf54ff5941bf837bb2ccad649db5b2e8e52 Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Wed, 25 Oct 2017 02:36:48 -0400 Subject: [PATCH] update URL for PXO button in launcher --- src/launcher/launcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launcher/launcher.cpp b/src/launcher/launcher.cpp index b69f2a8..616355d 100644 --- a/src/launcher/launcher.cpp +++ b/src/launcher/launcher.cpp @@ -433,7 +433,7 @@ void Launcher::OnVolition( wxCommandEvent& WXUNUSED(event) ) void Launcher::OnPXO( wxCommandEvent& WXUNUSED(event) ) { - wxLaunchDefaultBrowser( wxT("http://www.pxo.net") ); + wxLaunchDefaultBrowser( wxT("https://pxo.nottheeye.com") ); } void Launcher::OnQuit( wxCommandEvent& WXUNUSED(event) ) -- 2.39.2