Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted code in forms directories
[xestiacalendar/.git] / source / forms / about / frmAbout.cpp
index ede290a..6cc1d50 100644 (file)
@@ -38,25 +38,25 @@ void frmAbout::SetupAboutWindow()
        // Setup the about window to display information about
        // Xestia Address Book.
        
-       wxString VersionLabel, BuildLabel, CopyrightLabel;
+       wxString versionLabel, buildLabel, copyrightLabel;
        wxMemoryInputStream istream(bigimgs_aboutimage_png, sizeof(bigimgs_aboutimage_png));
        wxImage bigimgs_aboutimage_png(istream, wxBITMAP_TYPE_PNG);
-       wxBitmap AboutScreen(bigimgs_aboutimage_png, -1);
-       bmpLogo->SetBitmap(AboutScreen);
+       wxBitmap aboutScreen(bigimgs_aboutimage_png, -1);
+       bmpLogo->SetBitmap(aboutScreen);
     
-       VersionLabel.Append(wxT("Version "));
-       VersionLabel.Append(wxT(XSDCAL_VERSION));
+       versionLabel.Append(wxT("Version "));
+       versionLabel.Append(wxT(XSDCAL_VERSION));
     
-       BuildLabel.Append(wxT("Built on "));
-       BuildLabel.Append(wxT(__DATE__));
-       BuildLabel.Append(wxT(" at "));
-       BuildLabel.Append(wxT(__TIME__));
-       BuildLabel.Append(wxT("."));
+       buildLabel.Append(wxT("Built on "));
+       buildLabel.Append(wxT(__DATE__));
+       buildLabel.Append(wxT(" at "));
+       buildLabel.Append(wxT(__TIME__));
+       buildLabel.Append(wxT("."));
     
-       CopyrightLabel.Append(XSDCAL_COPYRIGHT);
+       copyrightLabel.Append(XSDCAL_COPYRIGHT);
     
-       lblVersion->SetLabel(VersionLabel);
-       lblCompileTime->SetLabel(BuildLabel);
-       lblCopyright->SetLabel(CopyrightLabel);
+       lblVersion->SetLabel(versionLabel);
+       lblCompileTime->SetLabel(buildLabel);
+       lblCopyright->SetLabel(copyrightLabel);
     
 }
\ 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