From 5cb0acf94eae6f6501943914fbf05e3308608aff Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 27 Apr 2010 22:24:20 -0500 Subject: Added a notification to say that textures were not exported on SL. --- linden/indra/newview/primbackup.cpp | 4 ++++ linden/indra/newview/skins/default/xui/en-us/notify.xml | 7 +++++++ 2 files changed, 11 insertions(+) (limited to 'linden') diff --git a/linden/indra/newview/primbackup.cpp b/linden/indra/newview/primbackup.cpp index 240f498..9a8a34f 100644 --- a/linden/indra/newview/primbackup.cpp +++ b/linden/indra/newview/primbackup.cpp @@ -384,6 +384,10 @@ void primbackup::exportworker(void *userdata) if(LLSelectMgr::getInstance()->getSelection()->applyToNodes(&func,false)) { + if(gHippoGridManager->getConnectedGrid()->isSecondLife()) + { + LLNotifyBox::showXml("NoTextureExportSL"); + } primbackup::getInstance()->export_state=EXPORT_STRUCTURE; } else diff --git a/linden/indra/newview/skins/default/xui/en-us/notify.xml b/linden/indra/newview/skins/default/xui/en-us/notify.xml index 09b00de..cfc6515 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notify.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notify.xml @@ -1096,4 +1096,11 @@ Click Accept to join the chat or Decline to decline the invitation. Click Mute t The URL you clicked cannot be opened from this web browser. + + + + 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