diff documentViewer.py @ 434:44ccb7bd0938

*** empty log message ***
author abukhman
date Thu, 24 Feb 2011 14:55:28 +0100
parents 8d8f2cbd6213
children 94baa8dbc7e8
line wrap: on
line diff
--- a/documentViewer.py	Fri Feb 18 12:21:46 2011 +0100
+++ b/documentViewer.py	Thu Feb 24 14:55:28 2011 +0100
@@ -766,6 +766,8 @@
         if textUrls and (len(textUrls) > 0):
             textUrl = getTextFromNode(textUrls[0])
             docinfo['textURLPath'] = textUrl
+            textUrlkurz = string.split(textUrl, ".")[0]
+            docinfo['textURLPathkurz'] = textUrlkurz
             #if not docinfo['imagePath']:
                 # text-only, no page images
                 #docinfo = self.getNumTextPages(docinfo)