Commit 87c1d816 authored by Jean-Paul Saman's avatar Jean-Paul Saman

mozilla: correct comment

(cherry picked from commit ce050593f3b4a668472d481154e1e548c1f79e03)
parent 36fda079
...@@ -110,7 +110,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value ) ...@@ -110,7 +110,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value )
VlcPlugin* p_plugin = reinterpret_cast<VlcPlugin*>(instance->pdata); VlcPlugin* p_plugin = reinterpret_cast<VlcPlugin*>(instance->pdata);
if( NULL == p_plugin ) if( NULL == p_plugin )
{ {
// plugin has not been initialized yet ! /* plugin has not been initialized yet ! */
return NPERR_INVALID_INSTANCE_ERROR; return NPERR_INVALID_INSTANCE_ERROR;
} }
...@@ -213,8 +213,7 @@ int16_t NPP_HandleEvent( NPP instance, void * event ) ...@@ -213,8 +213,7 @@ int16_t NPP_HandleEvent( NPP instance, void * event )
if( ! hasVout ) if( ! hasVout )
{ {
/* draw the beautiful "No Picture" */ /* draw the text from p_plugin->psz_text */
ForeColor(blackColor); ForeColor(blackColor);
PenMode( patCopy ); PenMode( patCopy );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment