~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to lib/kofficecore/koffice_shell.rc

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
2
 
<kpartgui name="KOfficeShell" version="9">
 
2
<kpartgui name="KOfficeShell" version="15">
3
3
<MenuBar>
4
4
 <Menu name="file" noMerge="1"><text>&amp;File</text>
5
5
  <Action name="file_new" />
6
6
  <Action name="file_open" />
7
7
  <Action name="file_open_recent" />
 
8
  <Separator />
8
9
  <Action name="file_save" />
9
10
  <Action name="file_save_as" />
 
11
  <Action name="file_reload_file" />
 
12
  <Separator />
 
13
  <Action name="file_import_file" />
 
14
  <Action name="file_export_file" />
 
15
  <Separator />
10
16
  <Merge />
11
17
  <Separator />
12
18
  <Action name="file_print" />
13
19
  <Action name="file_print_preview" />
14
20
  <Separator />
15
21
  <Action name="file_documentinfo" />
 
22
  <Action name="file_send_file" />
16
23
  <Separator />
17
24
  <Action name="file_close" />
18
25
  <Action name="file_quit" />
21
28
 <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
22
29
  <DefineGroup name="settings_top"/>
23
30
  <Merge/>
24
 
  <ActionList name="toolbarlist"/>
 
31
<!--  <ActionList name="toolbarlist"/> -->
 
32
  <Separator/>
 
33
  <DefineGroup name="settings_show"/>
25
34
  <Separator/>
26
35
  <Action name="options_configure_keybinding"/>
27
36
  <Action name="options_configure_toolbars"/>