View Single Post
Old 11-21-2003, 10:17 AM   #4
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_GroupSearchWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Label item ="GIP_RanLabel">
<ScreenID>GIP_RanLabel</ScreenID>
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<RightAnchorToLeft>true</RightAnchorToLeft>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<LeftAnchorOffset>375</LeftAnchorOffset>
<RightAnchorOffset>435</RightAnchorOffset>
<TopAnchorOffset>100</TopAnchorOffset>
<BottomAnchorOffset>112</BottomAnchorOffset>
<Text>RAN</Text>


CHANGE:

<Text>RAN</Text>

TO:


<Text>RNG</Text>
Cairenn is offline   Reply With Quote