aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2008-11-24 10:07:22 -0700
committerJacek Antonelli2008-12-13 22:18:30 -0600
commit6c98edcb1acf61601857d222658042857e3883a0 (patch)
tree46f59d0672d4b86f174b6cb7b7ee71f47f6a2700
parentAdded full comments to colors_base.xml files. (diff)
downloadmeta-impy-6c98edcb1acf61601857d222658042857e3883a0.zip
meta-impy-6c98edcb1acf61601857d222658042857e3883a0.tar.gz
meta-impy-6c98edcb1acf61601857d222658042857e3883a0.tar.bz2
meta-impy-6c98edcb1acf61601857d222658042857e3883a0.tar.xz
Switched Invite and Leave buttons in group panel.
-rw-r--r--ChangeLog.txt6
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_groups.xml8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index ff91f69..c7afd46 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,4 +1,10 @@
1 1
22008-11-23 McCabe Maxsted <hakushakukun@gmail.com>
3
4 * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml:
5 Switched Invite and Leave buttons in group panel.
6
7
22008-11-22 McCabe Maxsted <hakushakukun@gmail.com> 82008-11-22 McCabe Maxsted <hakushakukun@gmail.com>
3 9
4 * linden\indra\newview\skins\default\colors_base.xml: 10 * linden\indra\newview\skins\default\colors_base.xml:
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml b/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml
index 6fa099e..c47985b 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml
@@ -25,15 +25,15 @@
25 label="IM/Call" left_delta="0" name="IM" 25 label="IM/Call" left_delta="0" name="IM"
26 tool_tip="Open Instant Message session" width="80" /> 26 tool_tip="Open Instant Message session" width="80" />
27 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 27 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
28 label="Info" name="Info" width="80" />
29 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
30 label="Activate" name="Activate" width="80" /> 28 label="Activate" name="Activate" width="80" />
31 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 29 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
32 label="Leave" name="Leave" width="80" /> 30 label="Invite..." name="Invite..." width="80" />
31 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
32 label="Info" name="Info" width="80" />
33 <button bottom_delta="-35" follows="top|right" font="SansSerif" height="22" 33 <button bottom_delta="-35" follows="top|right" font="SansSerif" height="22"
34 label="Create..." name="Create" width="80" /> 34 label="Create..." name="Create" width="80" />
35 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 35 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
36 label="Search..." name="Search..." width="80" /> 36 label="Search..." name="Search..." width="80" />
37 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 37 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
38 label="Invite..." name="Invite..." width="80" /> 38 label="Leave" name="Leave" width="80" />
39</panel> 39</panel>