Author: robux4
Date: 2004-12-28 12:39:23 +0300 (Tue, 28 Dec 2004)
New Revision: 987
Modified:
trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
trunk/DvdMenuXtractor/README.txt
Log:
DMX: add versioning information
Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2004-12-22 21:07:31 UTC (rev 986)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2004-12-28 09:39:23 UTC (rev 987)
@@ -66,6 +66,7 @@
wxLogWindow* wxLogWin;
wxString outputDirectory;
const wxString APPLICATION_NAME = "DVDMenuXtractor: DMX - a fair-use tool";
+const wxString APPLICATION_VERSION = "0.6.0";
// ----------------------------------------------------------------------------
@@ -1447,9 +1448,9 @@
{
public:
#if defined(WIN32)
- DvdMenuXtractorWizard() : wxMyWizard(NULL, -1, APPLICATION_NAME, wxBITMAP(mainlogo))
+ DvdMenuXtractorWizard() : wxMyWizard(NULL, -1, APPLICATION_NAME + " " + APPLICATION_VERSION, wxBITMAP(mainlogo))
#else
- DvdMenuXtractorWizard() : wxMyWizard(NULL, -1, APPLICATION_NAME)
+ DvdMenuXtractorWizard() : wxMyWizard(NULL, -1, APPLICATION_NAME + " " + APPLICATION_VERSION)
#endif
{
wxMyWizard::ShowCustomButton1();
@@ -1538,6 +1539,7 @@
}
wxLogMessage("'" + APPLICATION_NAME + "' started.");
+ wxLogMessage("version " + APPLICATION_VERSION + " 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
Modified: trunk/DvdMenuXtractor/README.txt
===================================================================
--- trunk/DvdMenuXtractor/README.txt 2004-12-22 21:07:31 UTC (rev 986)
+++ trunk/DvdMenuXtractor/README.txt 2004-12-28 09:39:23 UTC (rev 987)
@@ -2,6 +2,7 @@
* The duration of still frames is not handled yet (only lasts as normal frames)
TODO :
+* fix long frame times in produced M2V files
* generate the d2v file ?
* allow skipping DVD parts when extracting (VMG, VTSM, VTS)
* allow selection of stream output (audio & subs languages)
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.