diff options
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"), |
