X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_config_cat.h;h=f2bece6c6833360d3bfc4cb82b192aea7870f18b;hb=e0d44caab798443f0bba61e916bc901e91fd2ec1;hp=80962408d105725f417a08ab35459725ecf64823;hpb=6f258887aa634d8cceaf9797779521dfd8340be2;p=vlc diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index 80962408d1..f2bece6c68 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -1,29 +1,30 @@ /***************************************************************************** * vlc_config_cat.h : Definition of configuration categories ***************************************************************************** - * Copyright (C) 2003 the VideoLAN team + * Copyright (C) 2003 VLC authors and VideoLAN * $Id$ * * Authors: Clément Stenac * Anil Daoud * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifndef VLC_HELP_H #define VLC_HELP_H 1 +# include /* * First, we need help strings for the General Settings and for the @@ -80,7 +81,7 @@ #define VFILTER_HELP N_( \ "Video filters are used to process the video stream." ) -#define SUBPIC_TITLE N_( "Subtitles/OSD") +#define SUBPIC_TITLE N_( "Subtitles / OSD") #define SUBPIC_HELP N_( "Settings related to On-Screen-Display,"\ " subtitles and \"overlay subpictures\"") /* @@ -280,7 +281,7 @@ static const struct config_category_t categories_array[] = { -1, NULL, NULL } }; -LIBVLC_USED +VLC_USED static inline const char *config_CategoryNameGet( int i_value ) { int i = 0; @@ -295,7 +296,7 @@ static inline const char *config_CategoryNameGet( int i_value ) return NULL; } -LIBVLC_USED +VLC_USED static inline const char *config_CategoryHelpGet( int i_value ) { int i = 0;