comparison help/help_mp-en.h @ 33244:cee07c3dbff5

Do not remove video filters. If a video filter option isn't set, it does not mean to remove the filter, but such option (if set) should only cause adding the filter (if not already present). That way filters can be specified in MPlayer's config or on the command line, too. This closes Bugzilla #1442.
author ib
date Mon, 25 Apr 2011 14:25:15 +0000
parents d57654eb9f31
children 37e215798390
comparison
equal deleted inserted replaced
33243:c33f32258d33 33244:cee07c3dbff5
797 797
798 // interface.c 798 // interface.c
799 #define MSGTR_DeletingSubtitles "[GUI] Deleting subtitles.\n" 799 #define MSGTR_DeletingSubtitles "[GUI] Deleting subtitles.\n"
800 #define MSGTR_LoadingSubtitles "[GUI] Loading subtitles: %s\n" 800 #define MSGTR_LoadingSubtitles "[GUI] Loading subtitles: %s\n"
801 #define MSGTR_AddingVideoFilter "[GUI] Adding video filter: %s\n" 801 #define MSGTR_AddingVideoFilter "[GUI] Adding video filter: %s\n"
802 #define MSGTR_RemovingVideoFilter "[GUI] Removing video filter: %s\n"
803 802
804 // mw.c 803 // mw.c
805 #define MSGTR_NotAFile "This does not seem to be a file: %s !\n" 804 #define MSGTR_NotAFile "This does not seem to be a file: %s !\n"
806 805
807 // ws.c 806 // ws.c