aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/print-message/org-gnome-print-message.xml
blob: 49d6f2cfe0266928dbc3ada5d4d52250946908d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Root>
  <commands>
  <cmd name="EPPrintMessage" _label="_Print..."
      _tip="Prints the message" pixtype="stock" pixname="Print"/>
  <cmd name="EPPrintPreview" _label="Print Pre_view"
      pixtype="stock" pixname="Print-Preview"/>

  </commands>
  <menu>
  <submenu name="File">
      <placeholder name="Print">
          <menuitem name="EPPrintPreview" verb="" accel="*Control**Shift*p"/>
          <menuitem name="EPPrintMessage" verb="" accel="*Control*p"/>
              </placeholder>
   </submenu>
  </menu>
</Root>