mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
minor bug fix and version bump to 0.3.0b2
This commit is contained in:
parent
07ad6648de
commit
ee2c0ca1b0
@ -37,6 +37,6 @@ the following rule in C{/etc/udev/rules.d/90-local.rules} ::
|
||||
You may have to adjust the GROUP and the location of the rules file to
|
||||
suit your distribution.
|
||||
"""
|
||||
__version__ = "0.3.0a6"
|
||||
__version__ = "0.3.0b2"
|
||||
__docformat__ = "epytext"
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
@ -40,7 +40,8 @@ from editbook import EditBookDialog
|
||||
DEFAULT_BOOK_COVER = None
|
||||
LIBRARY_BOOK_TEMPLATE = QString("<table><tr><td><b>Formats:</b> %1 \
|
||||
</td><td><b>Tags:</b> %2</td></tr> \
|
||||
<tr><td><b>Comments:</b> %3</td></tr></table>")
|
||||
<tr><td colspan='2'><b>Comments:</b> %3</td>\
|
||||
</tr></table>")
|
||||
DEVICE_BOOK_TEMPLATE = QString("<table><tr><td><b>Title: </b>%1</td><td> \
|
||||
<b> Size:</b> %2</td></tr>\
|
||||
<tr><td><b>Author: </b>%3</td>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user