From ba423fe3d0b501ae9166e36514c01173b0ce04be Mon Sep 17 00:00:00 2001 From: Giuseppe Baruffa Date: Thu, 1 Mar 2007 00:01:37 +0000 Subject: Zoom capability and decoder settings dialog in OPJViewer --- OPJViewer/source/wxj2kparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OPJViewer/source/wxj2kparser.cpp') 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")) ); -- cgit v1.2.3