mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
ea8079ee45
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
335 B
Diff
11 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);
|