Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Move INSTALL, LICENSE, README, THANKS and TODO into root directory
[xestiaab/.git] / source / frmUpdate.cpp
index 2f01e45..19c9e01 100644 (file)
@@ -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();
 
 }
@@ -61,7 +65,7 @@ void frmUpdate::FetchData()
        wxString PageData;
        wxString PageHeader;
 
-       wxString UpdateAddress = wxT("http://update.xestia.co.uk/");
+       wxString UpdateAddress = wxT("https://update.xestia.co.uk/");
        UpdateAddress.Append(XSDAB_SOURCE);
 
        curl_easy_setopt(conn, CURLOPT_URL, (const char*)UpdateAddress.mb_str(wxConvUTF8));
@@ -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
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy