diff src/paranormal/general.c @ 155:adf9f4b26039 trunk

[svn] - user-friendly names (UI side unimplemented still)
author nenolod
date Tue, 31 Oct 2006 12:07:32 -0800
parents fd9c0a5871ac
children 3d98be3d74c2
line wrap: on
line diff
--- a/src/paranormal/general.c	Tue Oct 31 01:29:30 2006 -0800
+++ b/src/paranormal/general.c	Tue Oct 31 12:07:32 2006 -0800
@@ -34,7 +34,7 @@
 
 struct pn_actuator_desc builtin_general_fade =
 {
-  "general_fade", "Decreases the color index of each pixel",
+  "general_fade", "Fade-out", "Decreases the color index of each pixel",
   0, general_fade_opts,
   NULL, NULL, general_fade_exec
 };
@@ -90,7 +90,7 @@
 
 struct pn_actuator_desc builtin_general_blur = 
 {
-  "general_blur", "A simple 1 pixel radius blur",
+  "general_blur", "Blur", "A simple 1 pixel radius blur",
   0, NULL,
   NULL, NULL, general_blur_exec
 };