Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
utf8: Implemented further UTF8 support
[xestiacalendar/.git] / source / objects / calendarlist / CalendarList.cpp
index 98fe763..8d4f1b5 100644 (file)
@@ -26,7 +26,7 @@ XCAccountCalendarList::XCAccountCalendarList(string calendarListFilename){
        
        wxString calendarListFilenameFull;
        
-       calendarListFilenameFull.Append(calendarListFilename);
+       calendarListFilenameFull.Append(wxString(calendarListFilename.c_str(), wxConvUTF8));
        calendarListFilenameFull.Append(wxT("/calendarlist.db"));
 
        wxFileConfig *calendarListFile = new wxFileConfig("", "", calendarListFilenameFull);
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