Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted code in widgets directory
[xestiacalendar/.git] / source / widgets / XCCalendarMonthViewDayTitle.cpp
index f67ea77..c2fb6d5 100644 (file)
@@ -22,14 +22,14 @@ XCCalendarMonthViewDayTitle::XCCalendarMonthViewDayTitle(wxWindow *parent, const
         : wxPanel(parent, wxID_ANY, pos, size, wxTAB_TRAVERSAL, title)
 {
        
-       WindowSizer->Add(DayPanel, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);
-       DayPanel->SetSizer(DaySizer);
+       windowSizer->Add(dayPanel, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);
+       dayPanel->SetSizer(daySizer);
        
-       DayText = new wxStaticText(DayPanel, wxID_ANY, title, wxDefaultPosition, wxDefaultSize, wxALIGN_CENTRE);
-       DaySizer->Add(DayText, 1, wxALL, 0);
-       DayPanel->Layout();
+       dayText = new wxStaticText(dayPanel, wxID_ANY, title, wxDefaultPosition, wxDefaultSize, wxALIGN_CENTRE);
+       daySizer->Add(dayText, 1, wxALL, 0);
+       dayPanel->Layout();
        
-       this->SetSizer(WindowSizer);
+       this->SetSizer(windowSizer);
        this->Layout();
        
 }
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