From f03c737455e8178f8c6b31b04d5c0387ad5f18a8 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 1 May 2010 10:04:13 -0500 Subject: Ported 'NoTextureExportSL' message from 1.2.2 to new notification system. --- linden/indra/newview/primbackup.cpp | 4 ++++ linden/indra/newview/skins/default/xui/en-us/notifications.xml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/linden/indra/newview/primbackup.cpp b/linden/indra/newview/primbackup.cpp index 5b704f1..63043f0 100644 --- a/linden/indra/newview/primbackup.cpp +++ b/linden/indra/newview/primbackup.cpp @@ -377,6 +377,10 @@ void primbackup::exportworker(void *userdata) if(LLSelectMgr::getInstance()->getSelection()->applyToNodes(&func,false)) { + if(gHippoGridManager->getConnectedGrid()->isSecondLife()) + { + LLNotifications::instance().add("NoTextureExportSL"); + } primbackup::getInstance()->export_state=EXPORT_STRUCTURE; } else diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index 2754b3a..f70d837 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml @@ -6691,6 +6691,13 @@ Go to the Official Imprudence Forums to discuss the Imprudence Project. Shadows cannot be enabled due to your graphics settings being set too low. Make sure your graphics settings are set to Ultra with Basic and Atmospheric Shaders enabled. + + Note: To comply with the Second Life Terms of Service, Imprudence did not download any texture files for the exported object(s). + + -- cgit v1.1