diff options
author | McCabe Maxsted | 2009-09-11 17:37:21 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-11 17:37:21 -0700 |
commit | f9ee6436b50bbae989dc1835c105b50836c478a2 (patch) | |
tree | 1bbad670b6bf603ed24e82203cc572367052435a | |
parent | Applied patch for long distance opensim hypergrid tps (SVC-2491) (Feature cur... (diff) | |
download | meta-impy-f9ee6436b50bbae989dc1835c105b50836c478a2.zip meta-impy-f9ee6436b50bbae989dc1835c105b50836c478a2.tar.gz meta-impy-f9ee6436b50bbae989dc1835c105b50836c478a2.tar.bz2 meta-impy-f9ee6436b50bbae989dc1835c105b50836c478a2.tar.xz |
Fixed browser window showing wrong title
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 4df4f11..636982a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -9,12 +9,18 @@ | |||
9 | modified: newview/llinventoryview.cpp | 9 | modified: newview/llinventoryview.cpp |
10 | modified: newview/skins/default/xui/en-us/floater_inventory.xml | 10 | modified: newview/skins/default/xui/en-us/floater_inventory.xml |
11 | 11 | ||
12 | |||
12 | * Applied patch for long distance opensim hypergrid tps (SVC-2491) | 13 | * Applied patch for long distance opensim hypergrid tps (SVC-2491) |
13 | (Feature currently disabled in OpenSim) | 14 | (Feature currently disabled in OpenSim) |
14 | 15 | ||
15 | modified: linden/indra/newview/llviewermessage.cpp | 16 | modified: linden/indra/newview/llviewermessage.cpp |
16 | 17 | ||
17 | 18 | ||
19 | * Fixed browser window showing wrong title. | ||
20 | |||
21 | modified: linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml | ||
22 | |||
23 | |||
18 | 2009-09-10 McCabe Maxsted <hakushakukun@gmail.com> | 24 | 2009-09-10 McCabe Maxsted <hakushakukun@gmail.com> |
19 | 25 | ||
20 | * Created new toolbar control for windlight presets and options. | 26 | * Created new toolbar control for windlight presets and options. |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml b/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml index 318f46a..7beb7e4 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" |
3 | height="440" min_height="140" min_width="467" name="floater_about" | 3 | height="440" min_height="140" min_width="467" name="floater_about" |
4 | rect_control="FloaterMediaRect" title="Media Browser" width="560"> | 4 | rect_control="FloaterMediaRect" title="Web Browser" width="560"> |
5 | <layout_stack name="stack1" bottom="0" follows="left|right|top|bottom" left="10" top="-20" width="540"> | 5 | <layout_stack name="stack1" bottom="0" follows="left|right|top|bottom" left="10" top="-20" width="540"> |
6 | <layout_panel auto_resize="false" bottom="0" height="20" left="0" name="nav_controls" user_resize="false" | 6 | <layout_panel auto_resize="false" bottom="0" height="20" left="0" name="nav_controls" user_resize="false" |
7 | width="540"> | 7 | width="540"> |