fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / kparts / tests / plugin_foobar.rc
blob587a90457baa7b9ae85898eefed0b72e462c1c46
1 <!DOCTYPE kpartplugin>
2 <kpartplugin library="foobar">
3 <MenuBar>
4  <Menu name="file"><Text>&amp;File</Text>
5   <Action name="searchreplace"/>
6  </Menu>
7  <Menu name="woohoo"><Text>fun</Text>
8   <Action name="searchreplace"/>
9  </Menu>
10 </MenuBar>
11 <ToolBar name="gah"/>
12 </kpartplugin>