X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmUpdate.cpp;h=74f5770ac33db920b421abda1dd1d966d46322f3;hp=2f01e45d71324b355648df85e54438b9b68eb4f4;hb=176323555ae58da5fec1ac843e0c613a0b9dabba;hpb=a73019906500e3a0fc306a61e4b7975f79725866 diff --git a/source/frmUpdate.cpp b/source/frmUpdate.cpp index 2f01e45..74f5770 100644 --- a/source/frmUpdate.cpp +++ b/source/frmUpdate.cpp @@ -24,6 +24,8 @@ size_t WritebackFuncUpdate(char *ptr, size_t size, size_t nmemb, wxString *stream){ + // Write back function for getting version information. + wxString Data; //wxString *PageInput; Data = wxString::FromUTF8((char *)ptr); @@ -44,6 +46,8 @@ frmUpdateADT( parent ) void frmUpdate::CloseWindow( wxCommandEvent& event ) { + // Close this window. + this->Close(); } @@ -195,12 +199,16 @@ void frmUpdate::FetchData() void frmUpdate::VisitGelforn( wxCommandEvent &event ){ + // Launch the Xestia Gelforn website. + wxLaunchDefaultBrowser(wxT("https://gelforn.xestia.co.uk/")); } void frmUpdate::VisitPREMIUM( wxCommandEvent &event ){ + // Launch the Xestia PREMIUM website. + wxLaunchDefaultBrowser(wxT("https://premium.xestia.co.uk/")); } \ No newline at end of file