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/about_htm.h | |
| parent | 9e114bcaa47194a9f6af8eadf6d7cb9bb1ec277f (diff) | |
Improved success for the linux build; OPJViewer shows all the COM contents
Diffstat (limited to 'OPJViewer/source/about_htm.h')
| -rw-r--r-- | OPJViewer/source/about_htm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OPJViewer/source/about_htm.h b/OPJViewer/source/about_htm.h index d37db13f..20ec2772 100644 --- a/OPJViewer/source/about_htm.h +++ b/OPJViewer/source/about_htm.h @@ -24,8 +24,8 @@ OPJ_APPLICATION " " OPJ_APPLICATION_VERSION "In addition to the basic codec, various other features are under development.</font><br>"
"<font size=-2 color=red>* Build: ")
#include "build.h"
-wxT("</font><br>")
-wxT("<font size=-2 color=red>* " wxVERSION_STRING ", " __DATE__ ", " __TIME__ "</font><br>")
+wxT(", " __DATE__ ", " __TIME__ "</font><br>")
+wxT("<font size=-2 color=red>* " wxVERSION_STRING "</font><br>")
#ifdef USE_JPWL
wxT("<font size=-2 color=green>- Compiled with JPWL support</font><br>")
#endif // USE_JPWL
|
