From 4274c6e0952fad298b3f31222a4db7d4bc50c773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 13 Feb 2005 13:14:43 +0000 Subject: **BUGFIX** Used utf-8 for comments visible in po-files. (user visible texts should be only in ASCII). CVS patchset: 7406 CVS date: 2005/02/13 13:14:43 --- src/post/planar/unsharp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/post/planar/unsharp.c b/src/post/planar/unsharp.c index bfc168ad8..0e9fc8b08 100644 --- a/src/post/planar/unsharp.c +++ b/src/post/planar/unsharp.c @@ -17,10 +17,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: unsharp.c,v 1.16 2005/02/06 19:53:00 valtri Exp $ + * $Id: unsharp.c,v 1.17 2005/02/13 13:14:43 valtri Exp $ * * mplayer's unsharp - * Copyright (C) 2002 Rémi Guyomarch + * Copyright (C) 2002 Rémi Guyomarch */ #include "xine_internal.h" @@ -216,6 +216,7 @@ static xine_post_api_descr_t * get_param_descr (void) { } static char * get_help (void) { + /* use real name "Rémi Guyomarch" in translations */ return _("Unsharp mask / gaussian blur\n" "It is possible to set the width and height of the matrix, " "odd sized in both directions (min = 3x3, max = 13x11 or 11x13, " -- cgit v1.2.3