summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui/edit.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/edit.cpp b/src/ui/edit.cpp
index 67ed6a1..ff06161 100644
--- a/src/ui/edit.cpp
+++ b/src/ui/edit.cpp
@@ -1672,12 +1672,14 @@ bool CEdit::ReadText(std::string filename, int addSize)
buffer[i+6] == 'n' &&
buffer[i+7] == ' ' )
{
+ /* TODO: \button X; isn't working. Issue #232
if ( m_bSoluce || !bInSoluce )
{
m_text[j] = GetValueParam(buffer+i+8, 0);
m_format[j] = font|Gfx::FONT_BUTTON;
j ++;
}
+ */
i += strchr(buffer+i, ';')-(buffer+i)+1;
}
else if ( //m_format.size() > 0 &&