On Thu, 2006-11-09 at 19:14 +1030, Pierre Marc Dumuid wrote: > Hey Andraz, > > Attached is a "bit more work" patch that makes it match now.. I'm > wondering if some of the things I did are a non-standard way of doing > things, so could you review the patch please? >
I haven't tried to compile this, but looking at the source: 1. using bitmasks using bitmasks has been largely avoided in cinelerra (i've seen it at one place only). Maybe it is not the wisest to start using it. 2. gettext... use gettextization please N_() around stuff that is not translated inplace and _() for all prints of translatable phrases... bye adnaz _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
