[Scummvm-cvs-logs] SF.net SVN: scummvm: [28519] tools/branches/gsoc2007-toolsgui/tools_gui.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Aug 11 10:31:26 CEST 2007


Revision: 28519
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28519&view=rev
Author:   fingolfin
Date:     2007-08-11 01:31:26 -0700 (Sat, 11 Aug 2007)

Log Message:
-----------
Fixed another char vs. string constant bug

Modified Paths:
--------------
    tools/branches/gsoc2007-toolsgui/tools_gui.cpp

Modified: tools/branches/gsoc2007-toolsgui/tools_gui.cpp
===================================================================
--- tools/branches/gsoc2007-toolsgui/tools_gui.cpp	2007-08-11 08:16:18 UTC (rev 28518)
+++ tools/branches/gsoc2007-toolsgui/tools_gui.cpp	2007-08-11 08:31:26 UTC (rev 28519)
@@ -103,7 +103,7 @@
 			wxArrayString filenames;
 			this->_fileDialog->GetFilenames(filenames);
 
-			if (this->_target->GetValue().Last() != wxChar(" ")) {
+			if (this->_target->GetValue().Last() != wxChar(' ')) {
 				this->_target->AppendText(wxT(" "));
 			}
 


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




More information about the Scummvm-git-logs mailing list