summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginclassmediaowner.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-10-05 18:20:22 -0700
committerRick Pasetto <rick@lindenlab.com>2009-10-05 18:20:22 -0700
commite157104c7475ef8570dd18700349cba1f86bf6ec (patch)
tree653a8284717fbd610b658b84008004ecabe0f9ec /indra/llplugin/llpluginclassmediaowner.h
parentf0dd8c460362c78e4d17be16c153ad618d4dd60e (diff)
parent39ee2367a7e771890017fc3d663780437ea69bb2 (diff)
Merge
Diffstat (limited to 'indra/llplugin/llpluginclassmediaowner.h')
-rw-r--r--indra/llplugin/llpluginclassmediaowner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmediaowner.h b/indra/llplugin/llpluginclassmediaowner.h
index df6de0925e..cfee847080 100644
--- a/indra/llplugin/llpluginclassmediaowner.h
+++ b/indra/llplugin/llpluginclassmediaowner.h
@@ -56,7 +56,8 @@ public:
MEDIA_EVENT_CLICK_LINK_HREF, // I'm not entirely sure what the semantics of these two are
MEDIA_EVENT_CLICK_LINK_NOFOLLOW,
- MEDIA_EVENT_PLUGIN_FAILED // The plugin failed to launch or died unexpectedly
+ MEDIA_EVENT_PLUGIN_FAILED_LAUNCH, // The plugin failed to launch
+ MEDIA_EVENT_PLUGIN_FAILED // The plugin died unexpectedly
} EMediaEvent;