X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fobjects%2Fcalendarlist%2FCalendarList.cpp;h=8d4f1b553f9a4a1012dd31e656006809136f84fc;hp=98fe763d4960bc4429f462d970501071972e283e;hb=a191ad71a0d6823b9710067c7cccf8905290dc9c;hpb=4ee1691d79d18f5a702f25e3ace79d4ab6049e23 diff --git a/source/objects/calendarlist/CalendarList.cpp b/source/objects/calendarlist/CalendarList.cpp index 98fe763..8d4f1b5 100644 --- a/source/objects/calendarlist/CalendarList.cpp +++ b/source/objects/calendarlist/CalendarList.cpp @@ -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);