Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
diff options
context:
space:
mode:
Diffstat (limited to 'epubadapter.py')
-rw-r--r--epubadapter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epubadapter.py b/epubadapter.py
index 8def465..0c6ec22 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -58,7 +58,7 @@ class EpubViewer(epubview.EpubView):
return False
def can_do_text_to_speech(self):
- return True
+ return False
def get_marked_words(self):
"Adds a mark between each word of text."