make kmandelbrotui.rc validate with kpartgui.dtd
Annotate for file src/kmandelbrot/kmandelbrotui.rc
2009-04-08 tobias 1 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
2009-04-02 tobias 2 <!--
22:16:06 ' 3 This file needs to be in one of the paths of:
' 4 $ kde4-config \-\-path data
' 5 in a directory kmandelbrot.
' 6
2009-04-08 tobias 7
20:56:48 ' 8 The DTD is at:
' 9 http://websvn.kde.org/trunk/KDE/kdelibs/kdeui/xmlgui/kpartgui.dtd?view=log
' 10 !-->
' 11 <kpartgui name="kmandelbrot" version="1">
2009-04-02 tobias 12 <MenuBar>
22:16:06 ' 13 <!--
' 14 <Menu name="file" >
' 15 <Action name="view_zoom_in" />
' 16 </Menu>
' 17 !-->
' 18 </MenuBar>
' 19
' 20 <ToolBar name="mainToolBar" >
' 21 <text>Main Toolbar</text>
' 22 <Action name="view_zoom_in" />
' 23 <!-- You can find the name with:
2010-04-03 tobias 24 (kde:kstandardaction.name kde:kstandardaction.+zoomin+)
2009-04-02 tobias 25 !-->
22:16:06 ' 26 <Action name="view_zoom_out" />
' 27 </ToolBar>
' 28
2009-04-08 tobias 29 </kpartgui>