Revision: 2590
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2590&view=rev
Author:   rorthomas
Date:     2012-05-18 07:46:34 +0000 (Fri, 18 May 2012)
Log Message:
-----------
fixed idiotic translation

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

Modified: trunk/source/configurator/configurator.cpp
===================================================================
--- trunk/source/configurator/configurator.cpp  2012-05-17 20:45:37 UTC (rev 
2589)
+++ trunk/source/configurator/configurator.cpp  2012-05-18 07:46:34 UTC (rev 
2590)
@@ -655,7 +655,7 @@
                wxFileInputStream in(aZipFile);
                if (!in)
                {
-                       wxLogError(_T("Can not open file '")+aZipFile+_T("'."));
+                       wxLogError(_T("Can not open file 
'")+aZipFile+wxT("'."));
                        ret = false;
                        break;
                }
@@ -677,7 +677,7 @@
                                zip.OpenEntry(*entry.get());
                                if (!zip.CanRead())
                                {
-                                       wxLogError(_T("Can not read zip entry 
'") + entry->GetName() + _T("'."));
+                                       wxLogError(_T("Can not read zip entry 
'") + entry->GetName() + wxT("'."));
                                        ret = false;
                                        break;
                                }
@@ -686,7 +686,7 @@
 
                                if (!file)
                                {
-                                       wxLogError(_T("Can not create file 
'")+name+_T("'."));
+                                       wxLogError(_T("Can not create file 
'")+name+wxT("'."));
                                        ret = false;
                                        break;
                                }

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Rigsofrods-devel mailing list
Rigsofrods-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to