View Single Post
Old 09-09-2011, 04:50 AM   #10
marcinb
Junior Member
marcinb began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2009
Device: Jetbook, Pocketbook IQ 701 also Sony TH-55
To remove auto capitalization comment out two lines in file base.py
Code:
--- 373,374 in version 0.16
        if mi.title:
            mi.title = fixcase(mi.title) 
---
Don't forget to remove base.pyc and base.pyo
marcinb is offline   Reply With Quote