diff options
author | McCabe Maxsted | 2011-06-10 22:18:33 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-06-10 22:18:33 -0700 |
commit | 872db1b67049725049f3f7618e91e418a21325a2 (patch) | |
tree | ff93fda4232cf240564a6ad7080b364757432546 /linden/indra/newview/skins/default/xui/en-us | |
parent | Added AO toolbar option to preferences > advanced (diff) | |
download | meta-impy-872db1b67049725049f3f7618e91e418a21325a2.zip meta-impy-872db1b67049725049f3f7618e91e418a21325a2.tar.gz meta-impy-872db1b67049725049f3f7618e91e418a21325a2.tar.bz2 meta-impy-872db1b67049725049f3f7618e91e418a21325a2.tar.xz |
Allow export of textures from Second Life when we have permission (also clean up primbackup.cpp). Based on Henri Beauchamp's patch
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 22 |
1 files changed, 18 insertions, 4 deletions
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 cb8171d..4474dad 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -7301,14 +7301,28 @@ Shadows cannot be enabled due to your graphics settings being set too low. Make | |||
7301 | </notification> | 7301 | </notification> |
7302 | 7302 | ||
7303 | <notification | 7303 | <notification |
7304 | icon="notifytip.tga" | 7304 | icon="alert.tga" |
7305 | name="NoTextureExportSL" | 7305 | name="ExportFailed" |
7306 | type="notifytip"> | 7306 | type="alert"> |
7307 | Note: To comply with the Second Life Terms of Service, Imprudence did not download any texture files for the exported object(s). | 7307 | Bad permissions for the exported object. Export aborted. |
7308 | </notification> | 7308 | </notification> |
7309 | 7309 | ||
7310 | <notification | 7310 | <notification |
7311 | icon="alert.tga" | 7311 | icon="alert.tga" |
7312 | name="ExportPartial" | ||
7313 | type="alert"> | ||
7314 | Object exported. Some textures could not be saved due to: [REASON] | ||
7315 | </notification> | ||
7316 | |||
7317 | <notification | ||
7318 | icon="notifytip.tga" | ||
7319 | name="ExportSuccessful" | ||
7320 | type="notifytip"> | ||
7321 | Export successful. | ||
7322 | </notification> | ||
7323 | |||
7324 | <notification | ||
7325 | icon="alert.tga" | ||
7312 | name="Help_CmdLine" | 7326 | name="Help_CmdLine" |
7313 | type="alert"> | 7327 | type="alert"> |
7314 | Various options for command line features. | 7328 | Various options for command line features. |