Update of /cvsroot/freevo/freevo/src/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7841

Modified Files:
        area.py 
Log Message:
fix translation/unicode bug

Index: area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skins/main/area.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** area.py     19 Feb 2004 04:57:57 -0000      1.34
--- area.py     23 Feb 2004 15:32:12 -0000      1.35
***************
*** 28,34 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.34  2004/02/19 04:57:57  gsbarbieri
! # Support Web Interface i18n.
! # To use this, I need to get the gettext() translations in unicode, so some changes 
are required to files that use "print _('string')", need to make them "print 
String(_('string'))".
  #
  # Revision 1.33  2004/02/12 16:59:12  dischi
--- 28,36 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.35  2004/02/23 15:32:12  dischi
+ # fix translation/unicode bug
+ #
  # Revision 1.34  2004/02/19 04:57:57  gsbarbieri
! # Support i18n.
  #
  # Revision 1.33  2004/02/12 16:59:12  dischi
***************
*** 683,687 ****
              height2 = font.h + 2
  
!         self.tmp_objects.text.append((x, y, x+width, y+height2, Unicode(_(text)), 
font, height,
                                              align_h, align_v, mode, ellipses))
  
--- 685,689 ----
              height2 = font.h + 2
  
!         self.tmp_objects.text.append((x, y, x+width, y+height2, text, font, height,
                                              align_h, align_v, mode, ellipses))
  



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to