Author: sebb
Date: Fri May 30 11:48:53 2008
New Revision: 661815
URL: http://svn.apache.org/viewvc?rev=661815&view=rev
Log:
Replace some invisible characters (0xA0) with spaces
Modified:
jakarta/jmeter/trunk/bin/testfiles/jmetertest.properties
Modified: jakarta/jmeter/trunk/bin/testfiles/jmetertest.properties
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/testfiles/jmetertest.properties?rev=661815&r1=661814&r2=661815&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/testfiles/jmetertest.properties (original)
+++ jakarta/jmeter/trunk/bin/testfiles/jmetertest.properties Fri May 30
11:48:53 2008
@@ -71,9 +71,9 @@
#Classname of the Swing default UI
#Installed Look and Feel classes on Windows are:
-# Metal = javax.swing.plaf.metal.MetalLookAndFeel
-# Motif = com.sun.java.swing.plaf.motif.MotifLookAndFeel
-# Windows = com.sun.java.swing.plaf.windows.WindowsLookAndFeel
+# Metal = javax.swing.plaf.metal.MetalLookAndFeel
+# Motif = com.sun.java.swing.plaf.motif.MotifLookAndFeel
+# Windows = com.sun.java.swing.plaf.windows.WindowsLookAndFeel
## Let LAF be picked up from default
## (otherwise can cause problems for Eclipse JUnit GUI mode)
#jmeter.laf=javax.swing.plaf.metal.MetalLookAndFeel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]