1<ui>
2<!--
3This file is part of MyPaint.
4Copyright (C) 2011 by Andrew Chadwick <andrewc-git@piffle.org>
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10-->
11  <toolbar name="toolbar1">
12
13    <placeholder name="edit-toolitems">
14      <toolitem action="Undo"/>
15      <toolitem action="Redo"/>
16    </placeholder>
17
18  </toolbar>
19</ui>
20