gegl r2535 - in branches/branch2_zhangjb: . operations/frequency



Author: zhangjb
Date: Sat Jul 26 09:26:11 2008
New Revision: 2535
URL: http://svn.gnome.org/viewvc/gegl?rev=2535&view=rev

Log:
* operations/frequency/lowpass-gaussian.c: a small modify.


Modified:
   branches/branch2_zhangjb/ChangeLog
   branches/branch2_zhangjb/operations/frequency/lowpass-gaussian.c

Modified: branches/branch2_zhangjb/operations/frequency/lowpass-gaussian.c
==============================================================================
--- branches/branch2_zhangjb/operations/frequency/lowpass-gaussian.c	(original)
+++ branches/branch2_zhangjb/operations/frequency/lowpass-gaussian.c	Sat Jul 26 09:26:11 2008
@@ -106,7 +106,7 @@
 
   operation_class->name = "lowpass-gaussian";
   operation_class->categories = "frequency";
-  operation_class->description = "Lowpass Gaussian filter.";
+  operation_class->description = "Lowpass Gaussian Filter.";
 }
 
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]