summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_script_search.xml
blob: 5c1393107f868bf44570541f3af49cc0511c2eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="script search" title="Busca de Script" width="320">
	<check_box label="Não diferenciar Maiúsculas de Minúsculas" name="case_text" left="75"/>
	<button label="Buscar" label_selected="Buscar" name="search_btn" width="85"/>
	<button label="Substituir" label_selected="Substituir" name="replace_btn" left="100" width="85"/>
	<button label="Substituir Tudo" label_selected="Substituir Tudo" name="replace_all_btn" left="190" width="122"/>
	<text length="1" name="txt" type="string" width="65">
		Buscar
	</text>
	<text length="1" name="txt2" type="string" width="65">
		Substituir
	</text>
	<line_editor left="75" name="search_text" width="240" />
	<line_editor left="75" name="replace_text" width="240" />
</floater>