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.
15 lines
330 B
15 lines
330 B
<!DOCTYPE kpartplugin>
|
|
<kpartplugin name="PhotoBook Part" library="libphotobook" version="2">
|
|
<MenuBar>
|
|
<Menu name="view"><text>&View</text>
|
|
<Action name="previous"/>
|
|
<Action name="next"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
<Toolbar name="go"><text>Go</text>
|
|
<Action name="previous"/>
|
|
<Action name="next"/>
|
|
</Toolbar>
|
|
</kpartplugin>
|