repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add more spacing
[personal-kdebase.git]
/
apps
/
nsplugins
/
test
/
testnsplugin.rc
blob
fdc4d30f858e3489cc07b4d82ce9aee6c0f7e72c
1
<!DOCTYPE kpartgui>
2
<kpartgui name="testnsplugin" version="1">
3
4
<MenuBar>
5
<Menu name="file"><text>&File</text>
6
</Menu>
7
</MenuBar>
8
9
<ToolBar noMerge="1" name="mainToolBar">
10
<Action name="file_new"/>
11
<Action name="file_close"/>
12
<Action name="file_quit"/>
13
</ToolBar>
14
15
</kpartgui>