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);
void frmUpdate::CloseWindow( wxCommandEvent& event )
{
+ // Close this window.
+
this->Close();
}
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