diff options
author | Jacek Antonelli | 2010-10-23 20:38:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-10-23 20:38:54 -0500 |
commit | 7bf6d64453e0741f40c8d04b42d95bb999977a68 (patch) | |
tree | 4b484c6657358e5309506d014bf7fd30ab8efe58 /linden | |
parent | Changed Small font size back to 8.5. (diff) | |
download | meta-impy-7bf6d64453e0741f40c8d04b42d95bb999977a68.zip meta-impy-7bf6d64453e0741f40c8d04b42d95bb999977a68.tar.gz meta-impy-7bf6d64453e0741f40c8d04b42d95bb999977a68.tar.bz2 meta-impy-7bf6d64453e0741f40c8d04b42d95bb999977a68.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 '')
-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 58d5f19..0301c3d 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 | ||
@@ -7054,8 +7054,8 @@ Apply this region's settings? ("Ignore" will ignore all region setting | |||
7054 | 7054 | ||
7055 | <notification | 7055 | <notification |
7056 | name="ChangeFont" | 7056 | name="ChangeFont" |
7057 | icon="alertmodal.tga" | 7057 | icon="notify.tga" |
7058 | type="alertmodal"> | 7058 | type="notify"> |
7059 | The new font will appear after you restart [VIEWER_NAME]. | 7059 | The new font will appear after you restart [VIEWER_NAME]. |
7060 | </notification> | 7060 | </notification> |
7061 | 7061 | ||