You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
423 B
14 lines
423 B
15 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartplugin name="katefilelistloader" library="libkatefll_plugin" version="3">
|
||
|
<MenuBar>
|
||
|
<Menu name="file"><Text>&File</Text>
|
||
|
<Menu name="filelistloader" group="print_merge"><Text>&Filelist</Text>
|
||
|
<Action name="file_kfllopen" />
|
||
|
<Action name="file_kfllopenrecent" />
|
||
|
<Action name="file_kfllsave" />
|
||
|
<Action name="file_kfllsaveas" />
|
||
|
</Menu>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
</kpartplugin>
|