]> git.sesse.net Git - vlc/commitdiff
mozilla: correct comment
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Mon, 22 Mar 2010 10:25:21 +0000 (11:25 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 7 Jul 2010 14:42:51 +0000 (16:42 +0200)
(cherry picked from commit ce050593f3b4a668472d481154e1e548c1f79e03)

projects/mozilla/vlcshell.cpp

index 883205b5311dc9de343e7e94592ab28ddba5519d..71e78638bea1552623e58acff496d325f752f8be 100644 (file)
@@ -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 );