From 7abbe1e8d8923375e63cf403d2194ea528ad1740 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Fri, 2 Mar 2012 09:47:55 +0000 Subject: [trunk] Backport from OPJViewer version 1.5 over to trunk --- applications/OPJViewer/source/OPJViewer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications/OPJViewer/source/OPJViewer.cpp') 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"), -- cgit v1.2.3