Revision: 1466
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1466&view=rev
Author:   rorthomas
Date:     2010-07-19 22:51:00 +0000 (Mon, 19 Jul 2010)

Log Message:
-----------
fixed configurator build under linux

Modified Paths:
--------------
    trunk/source/configurator/configurator.cpp

Modified: trunk/source/configurator/configurator.cpp
===================================================================
--- trunk/source/configurator/configurator.cpp  2010-07-19 19:45:43 UTC (rev 
1465)
+++ trunk/source/configurator/configurator.cpp  2010-07-19 22:51:00 UTC (rev 
1466)
@@ -3658,9 +3658,9 @@
                                ver = Ogre::String(line);
                }
 
-               helphtmw->LoadPage(wxString(NEWS_HTML_PAGE)+
+               helphtmw->LoadPage(wxString(conv(NEWS_HTML_PAGE))+
                                                   
wxString(conv("?netversion="))+
-                                                  wxString(RORNET_VERSION)+
+                                                  
wxString(conv(RORNET_VERSION))+
                                                   wxString(conv("&version="))+
                                                   wxString(conv(ver))+
                                                   wxString(conv("&lang="))+
@@ -3699,9 +3699,9 @@
        btnUpdate->Enable(false);
        timer1->Start(10000);
        std::string lshort = conv(language->CanonicalName).substr(0, 2);
-       networkhtmw->LoadPage(wxString(_(REPO_HTML_SERVERLIST))+
+       networkhtmw->LoadPage(wxString(conv(REPO_HTML_SERVERLIST))+
                                                  wxString(conv("?version="))+
-                                                 wxString(_(RORNET_VERSION))+
+                                                 
wxString(conv(RORNET_VERSION))+
                                                  wxString(conv("&lang="))+
                                                  conv(lshort));
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to