]> git.sesse.net Git - vlc/blobdiff - projects/mozilla/vlcshell.cpp
mozilla: correct comment
[vlc] / 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 );