[Slim-Checkins] r9753 - /trunk/server/HTML/EN/html/docs/display.html

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Fri Sep 15 12:47:51 PDT 2006


Author: adrian
Date: Fri Sep 15 12:47:50 2006
New Revision: 9753

URL: http://svn.slimdevices.com?rev=9753&view=rev
Log:
Bug: N/A
Description: missed updates to current api

Modified:
    trunk/server/HTML/EN/html/docs/display.html

Modified: trunk/server/HTML/EN/html/docs/display.html
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/html/docs/display.html?rev=9753&r1=9752&r2=9753&view=diff
==============================================================================
--- trunk/server/HTML/EN/html/docs/display.html (original)
+++ trunk/server/HTML/EN/html/docs/display.html Fri Sep 15 12:47:50 2006
@@ -648,7 +648,7 @@
 <p>For example:</p>
 
 <pre>
-Slim::Player::SqueezeboxG::setCustomChar( 'my-icon', "\x02", 'icon.1' );
+Slim::Player::Graphics::setCustomChar( 'my-icon', "\x02", 'icon.1' );
 </pre>
 
 <p>This registers the symbol name 'my-icon' for character "\x02" within the font file
@@ -669,7 +669,7 @@
 as part of the custom character name.</p>
 
 <pre>
-Slim::Player::SqueezeboxG::setCustomChar( 'my-icon', "\x02" );
+Slim::Player::Graphics::setCustomChar( 'my-icon', "\x02" );
 
 $display = {
     'overlay' => [ $client->symbols('my-icon') ],
@@ -677,7 +677,7 @@
 };
 </pre>
 
-<p>Note: Slim::Player::SqueezeboxG::setCustomChar should only be
+<p>Note: Slim::Player::Graphics::setCustomChar should only be
 called once a graphics player is attached - e.g. by calling from the
 setMode of a plugin if it has not been previously called [see SlimTris
 for an example of this for text custom characters].</p>



More information about the checkins mailing list