diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llvovolume.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 77f756a123..4bfe521f1f 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -71,6 +71,8 @@  #include "llmediaentry.h"  #include "llmediadataclient.h"  #include "llmeshrepository.h" +#include "llnotifications.h" +#include "llnotificationsutil.h"  #include "llagent.h"  #include "llviewermediafocus.h"  #include "lldatapacker.h" @@ -2960,6 +2962,10 @@ void LLVOVolume::mediaEvent(LLViewerMediaImpl *impl, LLPluginClassMedia* plugin,  			}  		}  		break; + +        case LLViewerMediaObserver::MEDIA_EVENT_FILE_DOWNLOAD: +            LLNotificationsUtil::add("MediaFileDownloadUnsupported"); +            break;  		default:  		break;  | 
