12 lines
364 B
Diff
12 lines
364 B
Diff
|
--- src/fileviewer.cpp.orig 2013-08-26 16:05:59.266827747 +0200
|
||
|
+++ src/fileviewer.cpp 2013-08-26 16:06:10.757754463 +0200
|
||
|
@@ -286,7 +286,7 @@ void FileViewer::ShowReference(wxString
|
||
|
linenum = 0;
|
||
|
|
||
|
m_text->SetReadOnly(false);
|
||
|
- m_text->SetValue(data);
|
||
|
+ m_text->SetText(data);
|
||
|
m_text->SetReadOnly(true);
|
||
|
|
||
|
m_text->MarkerDeleteAll(1);
|