X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf9e3e736771b247eb38ada221266733b6a601c7..2b8f5a2488b051daf6f9c0d161e57e0d1dabeab0:/src/common/docview.cpp diff --git a/src/common/docview.cpp b/src/common/docview.cpp index a2863a485c..58c3f43fd8 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -522,7 +522,7 @@ wxView::wxView() // SetDocument(doc); m_viewDocument = (wxDocument*) NULL; - m_viewTypeName = ""; + m_viewTypeName = wxT(""); m_viewFrame = (wxFrame *) NULL; } @@ -1989,7 +1989,7 @@ void wxFileHistory::Load(wxConfigBase& config) m_fileHistory[m_fileHistoryN] = copystring((const wxChar*) historyFile); m_fileHistoryN ++; buf.Printf(wxT("file%d"), m_fileHistoryN+1); - historyFile = ""; + historyFile = wxT(""); } AddFilesToMenu(); }