Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / data / ui / toolbar.xml
- commit
- ec34ef6a8c8c
- parent
- 40dc41bdb803
- branch
- default
- tags
- revelation-0.4.10, revelation-0.4.11
created bugfix-branch for 0.4.x series
1 |
086abbb6fc3c
|
<?xml version="1.0" ?> |
2 |
086abbb6fc3c
|
|
3 |
086abbb6fc3c
|
<ui> |
4 |
c9d89f3ff91d
|
<toolbar action="toolbar"> |
5 |
086abbb6fc3c
|
<toolitem action="file-open" /> |
6 |
086abbb6fc3c
|
<toolitem action="file-save" /> |
7 |
086abbb6fc3c
|
<separator /> |
8 |
086abbb6fc3c
|
<toolitem action="entry-add" /> |
9 |
a1eabf1a2e68
|
<toolitem action="entry-folder" /> |
10 |
ab27d8034e65
|
<separator /> |
11 |
ab27d8034e65
|
<toolitem action="entry-goto" /> |
12 |
086abbb6fc3c
|
<toolitem action="entry-edit" /> |
13 |
086abbb6fc3c
|
<toolitem action="entry-remove" /> |
14 |
086abbb6fc3c
|
</toolbar> |
15 |
086abbb6fc3c
|
</ui> |
16 |
086abbb6fc3c
|