Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8111

Modified Files:
        osd.py 
Log Message:
typo

Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** osd.py      20 Oct 2003 19:25:15 -0000      1.99
--- osd.py      26 Oct 2003 17:59:15 -0000      1.100
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.100  2003/10/26 17:59:15  dischi
+ # typo
+ #
  # Revision 1.99  2003/10/20 19:25:15  dischi
  # show more than one newline as free space
***************
*** 323,327 ****
                      font = pygame.font.Font(config.OSD_DEFAULT_FONTNAME, ptsize)
                  except (RuntimeError, IOError):
!                     print 'Couldnt load alternate font "%s"' % alt_fname
                      raise
          f = Font(filename, ptsize, font)
--- 326,330 ----
                      font = pygame.font.Font(config.OSD_DEFAULT_FONTNAME, ptsize)
                  except (RuntimeError, IOError):
!                     print 'Couldnt load font "%s"' % config.OSD_DEFAULT_FONTNAME
                      raise
          f = Font(filename, ptsize, font)




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to