diff options
author | richard <none@none> | 2009-11-02 19:28:24 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-02 19:28:24 -0800 |
commit | 995c18b1c7eb8fd23c0a35d5f504c03b7f2b144f (patch) | |
tree | 7449d6d56f4911d1587249429c05edafd50dc8ce /indra/newview/skins/default/xui/nl | |
parent | a6b6ca9a24cbc1bfe0b3e45602e1eda1e1e9c8f9 (diff) |
removed picture_style from LLButton::Params and allow empty labels
Diffstat (limited to 'indra/newview/skins/default/xui/nl')
-rw-r--r-- | indra/newview/skins/default/xui/nl/floater_script_debug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/nl/floater_script_debug.xml b/indra/newview/skins/default/xui/nl/floater_script_debug.xml index 306ad5d1a3..df9531473e 100644 --- a/indra/newview/skins/default/xui/nl/floater_script_debug.xml +++ b/indra/newview/skins/default/xui/nl/floater_script_debug.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <multi_floater name="script debug floater" title="Script waarschuwing/fout"> <tab_container name="Preview Tabs"> - <floater label="Script" name="all_scripts" title="[Alle scripts]"/> + <floater label="Script" name="all_scripts" title="[All scripts]"/> </tab_container> </multi_floater> |