You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
418 B
16 lines
418 B
15 years ago
|
<!DOCTYPE kpartplugin>
|
||
|
<kpartplugin name="FSViewPart" library="libfsviewpart" version = "1">
|
||
|
<MenuBar>
|
||
|
<Menu name="view"><Text>&View</Text>
|
||
|
<Separator/>
|
||
|
<Action name="treemap_visdir"/>
|
||
|
<Action name="treemap_colordir"/>
|
||
|
<Action name="treemap_areadir"/>
|
||
|
<Action name="treemap_depthdir"/>
|
||
|
</Menu>
|
||
|
<Menu name="help"><text>&Help</text>
|
||
|
<Action name="help_fsview"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
</kpartplugin>
|