diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/primbackup.cpp | 4 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notify.xml | 7 |
2 files changed, 11 insertions, 0 deletions
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) | |||
384 | 384 | ||
385 | if(LLSelectMgr::getInstance()->getSelection()->applyToNodes(&func,false)) | 385 | if(LLSelectMgr::getInstance()->getSelection()->applyToNodes(&func,false)) |
386 | { | 386 | { |
387 | if(gHippoGridManager->getConnectedGrid()->isSecondLife()) | ||
388 | { | ||
389 | LLNotifyBox::showXml("NoTextureExportSL"); | ||
390 | } | ||
387 | primbackup::getInstance()->export_state=EXPORT_STRUCTURE; | 391 | primbackup::getInstance()->export_state=EXPORT_STRUCTURE; |
388 | } | 392 | } |
389 | else | 393 | 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 | |||
1096 | The URL you clicked cannot be opened from this web browser. | 1096 | The URL you clicked cannot be opened from this web browser. |
1097 | </message> | 1097 | </message> |
1098 | </notify> | 1098 | </notify> |
1099 | |||
1100 | <notify name="NoTextureExportSL" tip="true"> | ||
1101 | <message name="message"> | ||
1102 | Note: To comply with the Second Life Terms of Service, Imprudence did not download any texture files for the exported object(s). | ||
1103 | </message> | ||
1104 | </notify> | ||
1105 | |||
1099 | </notifications> | 1106 | </notifications> |