[matroska] r1076 - trunk/DvdMenuXtractor
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-02-14 16:44:03 +0300 (Mon, 14 Feb 2005)
New Revision: 1076
Modified:
trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
DMX: include the wxWindows version used
Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2005-02-06 20:03:54 UTC (rev 1075)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2005-02-14 13:44:03 UTC (rev 1076)
@@ -1614,7 +1614,8 @@
}
wxLogMessage("'" + APPLICATION_NAME + "' started.");
- wxLogMessage("version " + APPLICATION_VERSION + " built " + __DATE__ + " " + __TIME__ );
+ wxLogMessage("version " + APPLICATION_VERSION + " using " + wxVERSION_STRING);
+ wxLogMessage(wxString("built ") + __DATE__ + " " + __TIME__);
// success: wxApp::OnRun() will be called which will enter the main message
// loop and the application will run. If we returned FALSE here, the