diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 09:47:55 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 09:47:55 +0000 |
| commit | 7abbe1e8d8923375e63cf403d2194ea528ad1740 (patch) | |
| tree | b1f1a7b34f6b4bbcbd9c2b76fd51a028bc5ad224 /applications/OPJViewer/source/OPJViewer.cpp | |
| parent | 004b6ed60f17ef2cc64c6eb3918cfbeaafecf9fd (diff) | |
[trunk] Backport from OPJViewer version 1.5 over to trunk
Diffstat (limited to 'applications/OPJViewer/source/OPJViewer.cpp')
| -rw-r--r-- | applications/OPJViewer/source/OPJViewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/OPJViewer/source/OPJViewer.cpp b/applications/OPJViewer/source/OPJViewer.cpp index 056a8a1d..8476d919 100644 --- a/applications/OPJViewer/source/OPJViewer.cpp +++ b/applications/OPJViewer/source/OPJViewer.cpp @@ -1373,6 +1373,8 @@ void OPJFrame::OnFileSaveAs(wxCommandEvent& WXUNUSED(event)) wxT("JPEG 2000 codestream (*.j2k)|*.j2k") wxT("|JPEG 2000 file format (*.jp2)|*.jp2"); #endif +#else + wxT("Houston we have a problem"); #endif wxFileDialog dialog(this, _T("Save image file"), |
