[vlc-commits] commit: mozilla: correct comment (Jean-Paul Saman )

git at videolan.org git at videolan.org
Wed Jul 7 16:48:22 CEST 2010


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Mon Mar 22 11:25:21 2010 +0100| [87c1d81632bf8c90fbe8f50b74f8326baa02b500] | committer: Jean-Paul Saman 

mozilla: correct comment
(cherry picked from commit ce050593f3b4a668472d481154e1e548c1f79e03)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87c1d81632bf8c90fbe8f50b74f8326baa02b500
---

 projects/mozilla/vlcshell.cpp |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/projects/mozilla/vlcshell.cpp b/projects/mozilla/vlcshell.cpp
index 883205b..71e7863 100644
--- a/projects/mozilla/vlcshell.cpp
+++ b/projects/mozilla/vlcshell.cpp
@@ -110,7 +110,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value )
     VlcPlugin* p_plugin = reinterpret_cast<VlcPlugin*>(instance->pdata);
     if( NULL == p_plugin )
     {
-        // plugin has not been initialized yet !
+        /* plugin has not been initialized yet ! */
         return NPERR_INVALID_INSTANCE_ERROR;
     }
 
@@ -213,8 +213,7 @@ int16_t NPP_HandleEvent( NPP instance, void * event )
 
                 if( ! hasVout )
                 {
-                    /* draw the beautiful "No Picture" */
-
+                    /* draw the text from p_plugin->psz_text */
                     ForeColor(blackColor);
                     PenMode( patCopy );
 



More information about the vlc-commits mailing list