Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted code in main.cpp and common directories
[xestiacalendar/.git] / source / main.cpp
index 390a6a6..77f7fbf 100644 (file)
@@ -83,19 +83,19 @@ bool XestiaCALApp::OnInit()
        SetupDefaultSettings();
        SetupDefaultCalendar();
        
-       frmMain *frame = new frmMain( NULL );
+       frmMain *frameMain = new frmMain( NULL );
        
        wxMemoryInputStream istream(bigimgs_appicon48_png, sizeof(bigimgs_appicon48_png));
        wxImage bigimgs_appicon48i(istream, wxBITMAP_TYPE_PNG);
-       wxBitmap appiconbmp(bigimgs_appicon48i, -1);    
-       wxIcon appicon;
+       wxBitmap appIconBMP(bigimgs_appicon48i, -1);    
+       wxIcon appIcon;
     
-       appicon.CopyFromBitmap(appiconbmp);
+       appIcon.CopyFromBitmap(appIconBMP);
        
-       frame->SetIcon(appicon);
-       frame->Show(true);
+       frameMain->SetIcon(appIcon);
+       frameMain->Show(true);
        
-       SetTopWindow(frame);
+       SetTopWindow(frameMain);
        
        return true;
        
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