gegl r2437 - in trunk: . bin



Author: ok
Date: Sat Jun 14 00:16:13 2008
New Revision: 2437
URL: http://svn.gnome.org/viewvc/gegl?rev=2437&view=rev

Log:
* bin/editor-optype.c: (gegl_typeeditor_optype): added descriptive
label in front of top operation entry, also changed the help string
in the entry.


Modified:
   trunk/ChangeLog
   trunk/bin/editor-optype.c

Modified: trunk/bin/editor-optype.c
==============================================================================
--- trunk/bin/editor-optype.c	(original)
+++ trunk/bin/editor-optype.c	Sat Jun 14 00:16:13 2008
@@ -396,6 +396,8 @@
 
   hbox = gtk_hbox_new (FALSE, 5);
   if (col1) label = gtk_label_new ("operation");
+    else
+  label = gtk_label_new ("add:");
   hbox2 = gtk_hbox_new (FALSE, 0);
   entry = gtk_entry_new ();
   if (!col1)
@@ -413,7 +415,7 @@
     }
   else
     {
-      current_type = g_strdup ("Enter action here");
+      current_type = g_strdup ("Type a GEGL operation, or examine to dropdown menu to the right");
     }
 
   if (label) gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);



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