View Single Post
Old 10-23-2003, 09:08 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_OptionsWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Pieces>OGP_ItemDroppingLabel</Pieces>
<Pieces>OGP_ItemDroppingCombobox</Pieces>
<Pieces>OGP_PlayerTradeLabel</Pieces>
<Pieces>OGP_PlayerTradeCombobox</Pieces>
<Pieces>OGP_FontLabel</Pieces>
<Pieces>OGP_CurrentFont</Pieces>
<Pieces>OGP_FontSelector</Pieces>
<Pieces>OGP_ChangeFont</Pieces>


CHANGE TO:

<Pieces>OGP_ItemDroppingLabel</Pieces>
<Pieces>OGP_PlayerTradeLabel</Pieces>
<Pieces>OGP_FontLabel</Pieces>
<Pieces>OGP_CurrentFont</Pieces>
<Pieces>OGP_ChangeFont</Pieces>
<Pieces>OGP_FontSelector</Pieces>
<Pieces>OGP_PlayerTradeCombobox</Pieces>
<Pieces>OGP_ItemDroppingCombobox</Pieces>
Cairenn is offline   Reply With Quote