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

Modified Files:
        mediamenu.py 
Log Message:
Capitalize (MOVIE|IMAGE|VIDEO|...). UPPERCASE IS UGLY!


Index: mediamenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/mediamenu.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mediamenu.py        20 Aug 2003 22:29:37 -0000      1.9
--- mediamenu.py        20 Aug 2003 22:45:15 -0000      1.10
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.10  2003/08/20 22:45:15  gsbarbieri
+ # Capitalize (MOVIE|IMAGE|VIDEO|...). UPPERCASE IS UGLY!
+ #
  # Revision 1.9  2003/08/20 22:29:37  gsbarbieri
  # UPPER CASE TEXT IS UGLY! :)
***************
*** 175,179 ****
  
  
!         item_menu = menu_module.Menu('%s Main Menu' % title, 
self.main_menu_generate(),
                                       item_types = self.display_type, umount_all=1,
                                       reload_func = self.reload)
--- 178,182 ----
  
  
!         item_menu = menu_module.Menu('%s Main Menu' % title.capitalize(), 
self.main_menu_generate(),
                                       item_types = self.display_type, umount_all=1,
                                       reload_func = self.reload)




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to