diff options
| author | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-10-23 14:33:40 +0000 |
|---|---|---|
| committer | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-10-23 14:33:40 +0000 |
| commit | 123a680669995d50f354dd0159c83e7803a70ef3 (patch) | |
| tree | fe2bb39f613dca8738f833d7e696e77008751bed /OPJViewer/source/wxj2kparser.cpp | |
| parent | 9e114bcaa47194a9f6af8eadf6d7cb9bb1ec277f (diff) | |
Improved success for the linux build; OPJViewer shows all the COM contents
Diffstat (limited to 'OPJViewer/source/wxj2kparser.cpp')
| -rw-r--r-- | OPJViewer/source/wxj2kparser.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OPJViewer/source/wxj2kparser.cpp b/OPJViewer/source/wxj2kparser.cpp index a82ecab1..600fd65e 100644 --- a/OPJViewer/source/wxj2kparser.cpp +++ b/OPJViewer/source/wxj2kparser.cpp @@ -255,7 +255,8 @@ void OPJParseThread::ParseJ2KFile(wxFile *m_file, wxFileOffset offset, wxFileOff wxString::FromAscii(marker_name[m]) +
wxString::Format(wxT(" (0x%04X)"), marker_val[m]),
image, imageSel,
- new OPJMarkerData(wxT("MARK"), m_tree->m_fname.GetFullPath(), offset, offset + currlen + 1)
+ new OPJMarkerData(wxT("MARK") + wxString::Format(wxT(" (%d)"), marker_val[m]),
+ m_tree->m_fname.GetFullPath(), offset, offset + currlen + 1)
);
// append some info
|
