diff options
author | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
commit | c206147ceffd6836bf0f6fe50d0ae4de77c7dcba (patch) | |
tree | d8c59df84d01578baea97fb84899a547218f2c8d /linden/indra/newview/skins/xui/pt/panel_settings_msgbox.xml | |
parent | Second Life viewer sources 1.18.4.0-RC (diff) | |
download | meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.zip meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.gz meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.bz2 meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.xz |
Second Life viewer sources 1.18.4.1-RC
Diffstat (limited to 'linden/indra/newview/skins/xui/pt/panel_settings_msgbox.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/pt/panel_settings_msgbox.xml | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/linden/indra/newview/skins/xui/pt/panel_settings_msgbox.xml b/linden/indra/newview/skins/xui/pt/panel_settings_msgbox.xml index b618f54..8640034 100644 --- a/linden/indra/newview/skins/xui/pt/panel_settings_msgbox.xml +++ b/linden/indra/newview/skins/xui/pt/panel_settings_msgbox.xml | |||
@@ -1,12 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> |
2 | <panel label="Popups" name="popups" title="Popups"> | 2 | <panel border="true" bottom="0" height="500" label="Popups" left="0" name="popups" title="Popups" width="400"><text bottom="-20" follows="top|left" left="12" width="300">Não mostrar popups:</text> |
3 | <text> | 3 | <scroll_list follows="top|left" height="100" left="12" name="disabled_popups" width="480" /> |
4 | Não exibir popups: | 4 | <button follows="top|left" height="20" label="Ativar essa popup" left="12" name="enable_popup" width="150" /> |
5 | </text> | 5 | <text follows="top|left" left="12" width="128">Mostrar popups:</text> |
6 | <button label="Ativar esta popup" name="enable_popup" /> | 6 | <scroll_list follows="top|left" height="100" left="12" name="enabled_popups" width="480" /> |
7 | <text> | 7 | <button bottom_delta="-45" follows="top|left" height="20" label="Resetar 'Mostrar próxima vez' Dialogos..." left="12" name="reset_dialogs_btn" width="210" /> |
8 | Mostrar popups: | ||
9 | </text> | ||
10 | <button label="Restaurar caixas de diálogo 'Mostrar na próxima vez'..." | ||
11 | name="reset_dialogs_btn" /> | ||
12 | </panel> | 8 | </panel> |