summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_wearable_save_as.xml
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-09-16 17:51:27 +0100
committerAimee Linden <aimee@lindenlab.com>2010-09-16 17:51:27 +0100
commitae81cf5dc466c3e10deef4be847076a1da9e7606 (patch)
tree4a22da73917334c23192c2a00d0a89f1eb43d820 /indra/newview/skins/default/xui/en/floater_wearable_save_as.xml
parent1dbcc3fff79b55038178e493df0cc0c3a4d66221 (diff)
STORM-122 FIXED Clean up obsolete floaters and related dead code
Removed obsolete XUI files: floater_activeim.xml floater_customize.xml floater_device_settings.xml floater_first_time_tip.xml floater_im.xml floater_my_friends.xml floater_outfit_save_as.xml floater_preview_classified.xml floater_preview_event.xml floater_preview_gesture_info.xml floater_preview_gesture_shortcut.xml floater_preview_gesture_steps.xml floater_statistics.xml floater_wearable_save_as.xml panel_audio_device.xml panel_friends.xml panel_groups.xml panel_nearby_chat.xml panel_online_status.xml panel_region_general_layout.xml Killed obsolete LLFloaterVoiceDeviceSettings class, and moved LLPanelVoiceDeviceSettings into its own appropriately named files.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_wearable_save_as.xml')
-rw-r--r--indra/newview/skins/default/xui/en/floater_wearable_save_as.xml56
1 files changed, 0 insertions, 56 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_wearable_save_as.xml b/indra/newview/skins/default/xui/en/floater_wearable_save_as.xml
deleted file mode 100644
index 71812bd1a6..0000000000
--- a/indra/newview/skins/default/xui/en/floater_wearable_save_as.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<floater
- legacy_header_height="0"
- can_close="false"
- can_minimize="false"
- height="100"
- layout="topleft"
- name="modal container"
- width="240">
- <button
- height="23"
- label="Save"
- label_selected="Save"
- layout="topleft"
- left="20"
- name="Save"
- top="70"
- width="82" />
- <button
- height="23"
- label="Cancel"
- label_selected="Cancel"
- layout="topleft"
- left_pad="36"
- name="Cancel"
- top_delta="0"
- width="82" />
- <text
- type="string"
- length="1"
- follows="left|top"
- height="30"
- layout="topleft"
- word_wrap="true"
- left="20"
- name="Save item as:"
- top="10"
- width="200">
- Save item to my inventory as:
- </text>
- <line_editor
- type="string"
- length="1"
- border_style="line"
- border_thickness="1"
- follows="left|top"
- height="23"
- layout="topleft"
- left_delta="0"
- max_length="63"
- name="name ed"
- top_pad="0"
- width="200">
- New [DESC]
- </line_editor>
-</floater>