Author: jfthomps
Date: Thu Jul  5 14:49:37 2012
New Revision: 1357645

URL: http://svn.apache.org/viewvc?rev=1357645&view=rev
Log:
VCL-576
Finalizing for 2.3 release

userpreferences.php: modified confirmUserPrefs - removed "(Vista only)" from 32 
bit color depth option

Modified:
    incubator/vcl/trunk/web/.ht-inc/userpreferences.php

Modified: incubator/vcl/trunk/web/.ht-inc/userpreferences.php
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/userpreferences.php?rev=1357645&r1=1357644&r2=1357645&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/userpreferences.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/userpreferences.php Thu Jul  5 14:49:37 2012
@@ -356,7 +356,7 @@ function confirmUserPrefs($type) {
                print "  </TR>\n";
                print "  <TR>\n";
                print _("    <TH align=right>Color Depth:</TH>\n");
-               $colordepth = array("8" => "8", "16" => "16", "24" => "24", 
"32" => "32 (Vista only)");
+               $colordepth = array("8" => "8", "16" => "16", "24" => "24", 
"32" => "32");
                print "    <TD>" . $colordepth[$data["bpp"]] . "</TD>\n";
                print "  </TR>\n";
                print "  <TR>\n";


Reply via email to