View Single Post
Old 08-24-2003, 01:39 PM   #3
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_ActionsWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Button item = "AMP_CampButton">
<ScreenID>AMP_CampButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>70</Y>
</Location>
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Camp</Text>

CHANGE:

<Text>Camp</Text>

TO:

<Text>Camp (Exit)</Text>
Cairenn is offline