aboutsummaryrefslogblamecommitdiffstats
path: root/ui/evolution-editor.xml
blob: d16b8b5d295480207e2f66317a94e181bbdf1ab3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

            

                                                                                                                   
          


                                                                                                               

                                                                               
                                                                                                                
                                                                                                 


























                                                                       
                                            
                                      
                                                                                  












                                                      

                                                                        

                                    
                                                                                 




                                  
<Root>
  <commands>
      <cmd name="FileSave" _tip="Click here to save the current window" accel="*Control*s" pixtype="pixbuf"/>
      <cmd name="FileClose" _tip="Click here to close the current window" accel="*Control*w" pixtype="pixbuf"/>
      
          <cmd name="EditCut" _tip="Cut selected text to the clipboard" accel="*Control*x" pixtype="pixbuf"/>
      <cmd name="EditCopy" _tip="Copy selected text to the clipboard" accel="*Control*c" pixtype="pixbuf"/>
      <cmd name="EditPaste" _tip="Paste text from the clipboard" accel="*Control*v" pixtype="pixbuf"/>
      <cmd name="EditSelectAll" _tip="Select all text" accel="*Control*a"/>

      <cmd name="InsertAttachments" _tip="Click here to attach a file" accel="*Control*m" pixtype="pixbuf"/>
      <cmd name="Help" _tip="Click here to view help available" accel="F1" pixtype="pixbuf"/>
      
      
  </commands>

  <menu>
    <submenu name="File" _label="_File">
      <placeholder name="FileOps">
        <menuitem name="FileSave" verb="" _label="_Save"/>
      </placeholder>
      <placeholder name="FileWindow">
    <menuitem name="FileClose" verb="" _label="_Close"/>
      </placeholder>
    </submenu>

    <submenu name="Edit" _label="_Edit">
    <placeholder name="EditCutCopyPaste">
          <menuitem name="EditCut" verb="" _label="Cu_t"/>
          <menuitem name="EditCopy" verb="" _label="_Copy"/>
          <menuitem name="EditPaste" verb="" _label="_Paste"/>
          <separator/>
      <menuitem name="EditSelectAll" verb="" _label="Select _All"/>
        </placeholder>
    </submenu>

    <submenu name="View" _label="_View">
    </submenu>

    <submenu name="Insert" _label="I_nsert">
      <placeholder name="Attachments">
          <menuitem name="InsertAttachments" verb="" _label="_Attachment..."/>
      </placeholder>
     </submenu>

    <submenu name="Options" _label="_Options">
    </submenu>

    <submenu name="Help" _label="_Help">
    <menuitem name="Help" verb="" _label="_Help"/>
    </submenu>
  </menu>

  <dockitem name="Toolbar">
  
    <toolitem name="FileSave" verb="" _label="Save" pixtype="pixbuf"/>
    <toolitem name="FileClose" verb="" _label="Close" pixtype="pixbuf"/>
    <separator f="" name="editor1"/>

    <toolitem name="InsertAttachments" verb="" _label="Attach" pixtype="pixbuf"/>
    <separator f="" name="ecal3"/>

  </dockitem>

</Root>