Warning, /office/kbibtex/src/program/kbibtexui.rc is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
0002 <!--
0003   SPDX-License-Identifier: GPL-2.0-or-later
0004   SPDX-FileCopyrightText: 2009-2014 Thomas Fischer <fischer@unix-ag.uni-kl.de>
0005   -->
0006 <kpartgui name="KBibTeX" version="1">
0007 <MenuBar>
0008   <Menu name="file"><text>File</text>
0009 
0010     <Action name="file_new" />
0011     <Action name="file_open" />
0012     <Action name="file_open_recent" />
0013     <Action name="file_close" />
0014     <DefineGroup name="save_merge" append="save_merge" />
0015     <Separator/>
0016 
0017     <Action name="file_quit"/>
0018   </Menu>
0019   <Menu name="settings">
0020     <Action name="settings_shown_panels" append="show_merge" />
0021   </Menu>
0022   <Merge />
0023 </MenuBar>
0024 <ToolBar name="mainToolBar"><text>Main Toolbar</text>
0025     <Action name="file_new" />
0026     <Action name="file_open" />
0027     <Action name="file_close" />
0028     <Separator/>
0029     <Merge/>
0030 </ToolBar>
0031 </kpartgui>