diff options
author | McCabe Maxsted | 2011-04-19 17:43:34 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-04-19 17:43:34 -0700 |
commit | 6320754272fca9cdd1b0d993b426644d7ca4101a (patch) | |
tree | aeb7f8b108b9b6ee1a651bbcaf3915c600c4c830 /linden/indra/newview/skins/default | |
parent | Modified tag color setting to change the color for all Imprudence tags the cl... (diff) | |
download | meta-impy-6320754272fca9cdd1b0d993b426644d7ca4101a.zip meta-impy-6320754272fca9cdd1b0d993b426644d7ca4101a.tar.gz meta-impy-6320754272fca9cdd1b0d993b426644d7ca4101a.tar.bz2 meta-impy-6320754272fca9cdd1b0d993b426644d7ca4101a.tar.xz |
Applied fix for crash when item just added to the inventory is renamed, ported from Phoenix, patch by Henri Beauchamp and Ansariel Hiller
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 7 |
1 files changed, 7 insertions, 0 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 d9b415e..439b102 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -7233,6 +7233,13 @@ You have entered an invalid password! Please try again. | |||
7233 | </notification> | 7233 | </notification> |
7234 | 7234 | ||
7235 | <notification | 7235 | <notification |
7236 | icon="notifytip.tga" | ||
7237 | name="IncompleteInventoryItem" | ||
7238 | type="notifytip"> | ||
7239 | The item you are accessing is not yet locally available. Please try again in a minute. | ||
7240 | </notification> | ||
7241 | |||
7242 | <notification | ||
7236 | icon="alert.tga" | 7243 | icon="alert.tga" |
7237 | name="ShowLookAtInfo" | 7244 | name="ShowLookAtInfo" |
7238 | type="alert"> | 7245 | type="alert"> |