Warning, /office/kbibtex/src/parts/kbibtexpartui.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: 2010-2018 Thomas Fischer <fischer@unix-ag.uni-kl.de>
0005   -->
0006 <kpartgui name="kbibtexpart" version="1">
0007 <MenuBar>
0008   <Menu name="file"><text>File</text>
0009     <Action name="file_save" group="save_merge" />
0010     <Action name="file_save_as" group="save_merge" />
0011     <Action name="file_save_copy_as" group="save_merge" />
0012     <Action name="file_save_selection" group="save_merge" />
0013   </Menu>
0014   <Menu name="edit"><text>Edit</text>
0015     <Action name="edit_cut" group="edit_paste_merge" />
0016     <Action name="edit_copy" group="edit_paste_merge" />
0017     <Action name="edit_copy_references" group="edit_paste_merge" />
0018     <Action name="edit_paste" group="edit_paste_merge" />
0019     <Action name="edit_delete" group="edit_paste_merge" />
0020   </Menu>
0021   <Menu name="element"><text>Element</text>
0022     <Action name="element_new" />
0023     <Separator/>
0024     <Action name="element_edit" />
0025     <Action name="element_viewdocument" />
0026     <Separator/>
0027     <Action name="element_findpdf" />
0028     <Action name="entry_applydefaultformatstring" />
0029     <Action name="entry_colorlabel" />
0030     <Separator/>
0031     <Action name="findduplicates" />
0032     <Separator/>
0033     <Action name="sendtolyx" />
0034   </Menu>
0035 </MenuBar>
0036 
0037 <ToolBar name="mainToolBar"><text>Main Toolbar</text>
0038   <Action name="file_save" group="file_operations" />
0039   <Action name="file_save_as" group="file_operations" />
0040   <Separator/>
0041   <Action name="element_new" />
0042   <Separator/>
0043   <Action name="findduplicates" />
0044   <Separator/>
0045   <Action name="sendtolyx" />
0046 </ToolBar>
0047 </kpartgui>