[vlc-devel] [PATCH] hard deleting many useless(?) string defines

Rafaël Carré funman at videolan.org
Wed Apr 24 22:23:38 CEST 2013


Le 24/04/2013 17:41, Christoph Miebach a écrit :
> ---
>  include/vlc_intf_strings.h | 42 ------------------------------------------
>  1 file changed, 42 deletions(-)
> 
> diff --git a/include/vlc_intf_strings.h b/include/vlc_intf_strings.h
> index e52c5a8..80b1349 100644
> --- a/include/vlc_intf_strings.h
> +++ b/include/vlc_intf_strings.h
> @@ -56,17 +56,14 @@
>  #define I_MENU_CODECINFO  N_("&Codec Information")
>  #define I_MENU_MSG   N_("&Messages")
>  #define I_MENU_GOTOTIME N_("Jump to Specific &Time")
> -#define I_MENU_BOOKMARK N_("&Bookmarks")

qt4 has:
    /* FixMe: sync I_MENU_BOOKMARK string */
    submenu = new QMenu( qtr( "Custom &Bookmarks" ), menu );

For all the others, I don't know if we should use them again or not.



More information about the vlc-devel mailing list