diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-20 18:33:45 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-20 18:33:45 +0000 |
| commit | 02d9f438027038877d74824966bce8819d0c3cc9 (patch) | |
| tree | d8f7f401f32d52ce5e6149881607db469fb45186 /applications/OPJViewer/source/OPJViewer.cpp | |
| parent | 00b479cb7927668f0fbd74c9a84a9d8d1679d465 (diff) | |
Reactivate the opjviewer in cmake
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 8f2c86e8..1bc170b4 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"),
|
