mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
12 lines
335 B
Diff
12 lines
335 B
Diff
|
--- a/src/fileviewer.cpp 2013-11-10 17:38:50.161359501 +0400
|
||
|
+++ b/src/fileviewer.cpp 2013-11-10 17:37:59.958987117 +0400
|
||
|
@@ -286,7 +286,7 @@
|
||
|
linenum = 0;
|
||
|
|
||
|
m_text->SetReadOnly(false);
|
||
|
- m_text->SetValue(data);
|
||
|
+ m_text->SetText(data);
|
||
|
m_text->SetReadOnly(true);
|
||
|
|
||
|
m_text->MarkerDeleteAll(1);
|