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.
24 lines
626 B
24 lines
626 B
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="KDevPerforcePart" version="1">
|
|
<MenuBar>
|
|
<Menu name="tools">
|
|
<Menu name="version_control" group="tools_project_operations">
|
|
<Text>&Version Control</Text>
|
|
<Merge />
|
|
<Menu name="version_control_tools_perforce">
|
|
<Text>&Perforce</Text>
|
|
<Action name="perforce_submit" />
|
|
<Action name="perforce_diff" />
|
|
<Action name="perforce_edit" />
|
|
<Action name="perforce_revert" />
|
|
<Action name="perforce_sync" />
|
|
<Action name="perforce_add" />
|
|
<Action name="perforce_remove" />
|
|
</Menu>
|
|
</Menu>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
</kpartgui>
|
|
|