diff options
author | Jacek Antonelli | 2010-10-23 20:38:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-10-23 20:44:00 -0500 |
commit | cd14d97b90c0b3270310c00e8a105f17a59d0dcf (patch) | |
tree | 4418ad5dd88b3ce0a8829b5fa339f335dd205fb1 /linden/indra/newview/skins | |
parent | Changed Small font size back to 8.5. (diff) | |
download | meta-impy-cd14d97b90c0b3270310c00e8a105f17a59d0dcf.zip meta-impy-cd14d97b90c0b3270310c00e8a105f17a59d0dcf.tar.gz meta-impy-cd14d97b90c0b3270310c00e8a105f17a59d0dcf.tar.bz2 meta-impy-cd14d97b90c0b3270310c00e8a105f17a59d0dcf.tar.xz |
Changed several Preferences modal alerts to notifications.
CacheWillClear, CacheWillBeMoved, ChangeConnectionPort, ChangeSkin,
and ChangeFont.
There are many other alerts that should be made non-modal in the future,
but this should prevent a focus fight with the Vivox policy window.
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 20 |
1 files changed, 10 insertions, 10 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 333e362..3b8d19d 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -902,32 +902,32 @@ Would you like to disable all popups which can be skipped? | |||
902 | </notification> | 902 | </notification> |
903 | 903 | ||
904 | <notification | 904 | <notification |
905 | icon="alertmodal.tga" | 905 | icon="notify.tga" |
906 | name="CacheWillClear" | 906 | name="CacheWillClear" |
907 | type="alertmodal"> | 907 | type="notify"> |
908 | Cache will be cleared after you restart [VIEWER_NAME]. | 908 | Cache will be cleared after you restart [VIEWER_NAME]. |
909 | </notification> | 909 | </notification> |
910 | 910 | ||
911 | <notification | 911 | <notification |
912 | icon="alertmodal.tga" | 912 | icon="notify.tga" |
913 | name="CacheWillBeMoved" | 913 | name="CacheWillBeMoved" |
914 | type="alertmodal"> | 914 | type="notify"> |
915 | Cache will be moved after you restart [VIEWER_NAME]. | 915 | Cache will be moved after you restart [VIEWER_NAME]. |
916 | 916 | ||
917 | Note: This will clear the cache. | 917 | Note: This will clear the cache. |
918 | </notification> | 918 | </notification> |
919 | 919 | ||
920 | <notification | 920 | <notification |
921 | icon="alertmodal.tga" | 921 | icon="notify.tga" |
922 | name="ChangeConnectionPort" | 922 | name="ChangeConnectionPort" |
923 | type="alertmodal"> | 923 | type="notify"> |
924 | Port settings take effect after you restart [VIEWER_NAME]. | 924 | Port settings take effect after you restart [VIEWER_NAME]. |
925 | </notification> | 925 | </notification> |
926 | 926 | ||
927 | <notification | 927 | <notification |
928 | icon="alertmodal.tga" | 928 | icon="notify.tga" |
929 | name="ChangeSkin" | 929 | name="ChangeSkin" |
930 | type="alertmodal"> | 930 | type="notify"> |
931 | The new skin will appear after you restart [VIEWER_NAME]. | 931 | The new skin will appear after you restart [VIEWER_NAME]. |
932 | </notification> | 932 | </notification> |
933 | 933 | ||
@@ -7103,8 +7103,8 @@ Apply this region's settings? ("Ignore" will ignore all region setting | |||
7103 | 7103 | ||
7104 | <notification | 7104 | <notification |
7105 | name="ChangeFont" | 7105 | name="ChangeFont" |
7106 | icon="alertmodal.tga" | 7106 | icon="notify.tga" |
7107 | type="alertmodal"> | 7107 | type="notify"> |
7108 | The new font will appear after you restart [VIEWER_NAME]. | 7108 | The new font will appear after you restart [VIEWER_NAME]. |
7109 | </notification> | 7109 | </notification> |
7110 | 7110 | ||