Author: duncan
Date: Thu Dec 28 13:46:24 2006
New Revision: 8844

Modified:
   branches/rel-1/freevo/src/util/videothumb.py

Log:
Changed the pop up text to unicode


Modified: branches/rel-1/freevo/src/util/videothumb.py
==============================================================================
--- branches/rel-1/freevo/src/util/videothumb.py        (original)
+++ branches/rel-1/freevo/src/util/videothumb.py        Thu Dec 28 13:46:24 2006
@@ -61,8 +61,8 @@
         
     if popup:
         pop = gui.PopupBox(text='Creating thumbnail for \'%s\'...' % \
-                           os.path.basename(videofile),
-                           
width=osd.get_singleton().width-config.OSD_OVERSCAN_X*2-80)
+            Unicode(os.path.basename(videofile)),
+            width=osd.get_singleton().width-config.OSD_OVERSCAN_X*2-80)
         pop.show()
         
     args = [ config.MPLAYER_CMD, videofile, imagefile ]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to