summaryrefslogtreecommitdiff
path: root/OPJViewer/source/wxj2kparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'OPJViewer/source/wxj2kparser.cpp')
-rw-r--r--OPJViewer/source/wxj2kparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/OPJViewer/source/wxj2kparser.cpp b/OPJViewer/source/wxj2kparser.cpp
index 7e189d7b..30289567 100644
--- a/OPJViewer/source/wxj2kparser.cpp
+++ b/OPJViewer/source/wxj2kparser.cpp
@@ -196,7 +196,7 @@ void OPJParseThread::ParseJ2KFile(wxFile *m_file, wxFileOffset offset, wxFileOff
// marker name
wxTreeItemId subcurrid1 = m_tree->AppendItem(currid,
- wxT("*** ") + wxString(marker_descr[m]) + wxT(" ***"),
+ wxT("*** ") + wxString::Format(wxT("%s"), marker_descr[m]) + wxT(" ***"),
image, imageSel,
new OPJMarkerData(wxT("INFO"))
);