[Scummvm-cvs-logs] SF.net SVN: scummvm:[52519] tools/trunk/gui/pages.cpp

salty-horse at users.sourceforge.net salty-horse at users.sourceforge.net
Sat Sep 4 12:49:54 CEST 2010


Revision: 52519
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52519&view=rev
Author:   salty-horse
Date:     2010-09-04 10:49:54 +0000 (Sat, 04 Sep 2010)

Log Message:
-----------
TOOLS: Escape ampersand to have it display correctly

Modified Paths:
--------------
    tools/trunk/gui/pages.cpp

Modified: tools/trunk/gui/pages.cpp
===================================================================
--- tools/trunk/gui/pages.cpp	2010-09-04 10:39:22 UTC (rev 52518)
+++ tools/trunk/gui/pages.cpp	2010-09-04 10:49:54 UTC (rev 52519)
@@ -377,7 +377,7 @@
 	sizer->Add(new wxStaticText(panel, wxID_ANY,
 		wxT("Select an input file, if you have two input files (CD1 and CD2), ")
 		wxT("you will be queried for the other file later.")
-		wxT("You can also drag & drop a file on this window.")
+		wxT("You can also drag && drop a file on this window.")
 		),
 		wxSizerFlags(1).Expand());
 


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