diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-02-18 15:03:03 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-02-18 15:03:03 +0000 |
commit | c44b25abe2295d8c247cef9ab9a1650a064bb6df (patch) | |
tree | d80b890b4507c83377341467987508182f3dca44 /indra/newview/skins/default/xui/en/floater_script_debug.xml | |
parent | ef9b7c5b36c7521c4519e682aa312c4c25c31c2f (diff) |
EXT-5461: Reverting change 49e628c3a0c5.
Renaming skins/base back to skins/default to unblock I10n.
Revert was requested by Q.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_script_debug.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_script_debug.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_script_debug.xml b/indra/newview/skins/default/xui/en/floater_script_debug.xml new file mode 100644 index 0000000000..53d4925214 --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_script_debug.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<multi_floater + can_resize="true" + height="233" + layout="topleft" + name="script debug floater" + help_topic="script_debug_floater" + save_rect="true" + title="Script Warning/Error" + width="450"> + <tab_container + follows="left|top|right|bottom" + height="217" + layout="topleft" + left="1" + name="Preview Tabs" + tab_position="bottom" + top="16" + width="448" /> +</multi_floater> |