~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to fbreader/data/default/toolbar.full.xml

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2008-01-23 16:51:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123165107-5q19etahzd72c33a
Tags: 0.8.12-3
* Add libzlui-maemo which allows using fbreader on the maemo platform, on
  Debian. Thanks, Riku Voipio. Closes: #462299
* makefiles/arch/maemo.mk: Don't build with -thumb. (Riku)
* Loosen dependency versions some more, so it only depends on the current
  upstream version or higher, ignoring the Debian revision.
* Use binary:Version instead of deprecated Source-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<toolbar>
 
3
        <button id="showLibrary"/>
 
4
        <button id="showRecent"/>
 
5
        <button id="addBook"/>
 
6
        <separator/>
 
7
        <button id="gotoHome"/>
 
8
        <button id="undo"/>
 
9
        <button id="redo"/>
 
10
        <separator/>
 
11
        <button id="toc"/>
 
12
        <separator/>
 
13
        <button id="search"/>
 
14
        <button id="findPrevious"/>
 
15
        <button id="findNext"/>
 
16
        <separator/>
 
17
        <button id="bookInfo"/>
 
18
        <button id="preferences"/>
 
19
        <separator/>
 
20
        <button id="rotate"/>
 
21
        <separator/>
 
22
        <button id="showHelp"/>
 
23
</toolbar>