This patch fixes the about box... the same changes need to go into fdmdv2_main.cpp, but my copy is heavily changed by a previous patch, so I can't include it here. Exact same changes though.
Index: dlg_about.cpp
===================================================================
--- dlg_about.cpp	(revision 1468)
+++ dlg_about.cpp	(working copy)
@@ -134,7 +134,7 @@
     wxString svnLatestRev("Can't determine latest SVN revision.");
 
     // Try to determine current SVN revision from the Internet
-    wxURL url(wxT("http://freetel.svn.sourceforge.net/svnroot/freetel/fdmdv2/";));
+    wxURL url(wxT("http://svn.code.sf.net/p/freetel/code/fdmdv2/";));
     
     if(url.GetError() == wxURL_NOERR)
     {
@@ -148,7 +148,7 @@
             in->Read(html_stream);
             //wxLogDebug(htmldata);
  
-            wxString s("<h2>freetel - Revision ");
+            wxString s("<h2>p/freetel/code - Revision ");
             int startIndex = htmldata.find(s) + s.Length();
             int endIndex = htmldata.find(wxT(": /fdmdv2</h2>"));
             svnLatestRev = wxT("Latest svn revision: ") + htmldata.SubString(startIndex, endIndex-1);
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to