diff options
| author | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-03-01 00:01:37 +0000 |
|---|---|---|
| committer | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-03-01 00:01:37 +0000 |
| commit | ba423fe3d0b501ae9166e36514c01173b0ce04be (patch) | |
| tree | ac0cbc5c0fdecfdb38f7908cdab2d04734284ab7 /OPJViewer/source/wxj2kparser.cpp | |
| parent | e2a54d9ac6fe4bff3b54bb9669ffc00996fd18a2 (diff) | |
Zoom capability and decoder settings dialog in OPJViewer
Diffstat (limited to 'OPJViewer/source/wxj2kparser.cpp')
| -rw-r--r-- | OPJViewer/source/wxj2kparser.cpp | 2 |
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"))
);
|
