View Single Post
Old 02-21-2003, 07:13 PM   #6
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_MapToolbarWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Text>Join At Intersect</Text>

ADD:

<TooltipReference>Find the intersection point of two selected lines and extend the lines to meet at that point. Holding Control down when clicking this button will adjust only the first selected line.</TooltipReference>

Find:

<Button item="MTW_ClearMapButton">
<ScreenID>MTW_ClearMapButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>266</Y>
</Location>
<Size>
<CX>100</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Text>Clear Map</Text>
<TooltipReference>Clear all the lines and labels from the entire map.</TooltipReference>

CHANGE:

<TooltipReference>Clear all the lines and labels from the entire map.</TooltipReference>

TO:

<TooltipReference>Clear all the lines, point, and labels from the entire map.</TooltipReference>
Cairenn is offline   Reply With Quote