slackbuilds_ponce/development/poedit/setvalue.diff
Serg Bormant ea8079ee45 development/poedit: Updated for version 1.5.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-11 12:14:13 -06:00

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);