summaryrefslogtreecommitdiff
path: root/gladeui/glade-builtins.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-26 08:12:09 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-26 08:12:09 +0000
commit70d528b5ed5ceb4b5fcfc2601ff5b3e28acc0cf5 (patch)
tree9c3f5f91f499a1191040d2454672f49260704b2f /gladeui/glade-builtins.c
parentb327ccf0f55ca0ca2a7912d868c7f3b135446174 (diff)
downloadglade-70d528b5ed5ceb4b5fcfc2601ff5b3e28acc0cf5.tar.gz
Added GtkToolButtonEditor editable implementation.
* plugins/gtk+/Makefile.am, plugins/gtk+/glade-tool-button-editor.[ch]: Added GtkToolButtonEditor editable implementation. * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Reimplemented toolbuttons from ground up. * gladeui/glade-editor-property.c: object dialog now doesnt do "new" for unmentioned abstract or uninstantiatable types, also enhanced dialog title. * gladeui/glade-project.c: Moved "parse-finished" emission to /after/ resolving object properties (doh !). svn path=/trunk/; revision=2003
Diffstat (limited to 'gladeui/glade-builtins.c')
-rw-r--r--gladeui/glade-builtins.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gladeui/glade-builtins.c b/gladeui/glade-builtins.c
index cff51d34..61c65ac5 100644
--- a/gladeui/glade-builtins.c
+++ b/gladeui/glade-builtins.c
@@ -430,8 +430,9 @@ glade_standard_objects_spec (void)
GParamSpec *
glade_standard_pixbuf_spec (void)
{
- return g_param_spec_object ("pixbuf", _("Pixbuf"),
- _("A pixbuf value"), GDK_TYPE_PIXBUF,
+ return g_param_spec_object ("pixbuf", _("Image File Name"),
+ _("Enter a filename, relative or fullpath to "
+ "load the image"), GDK_TYPE_PIXBUF,
G_PARAM_READWRITE);
}