diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-30 23:40:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-30 23:40:19 +0000 |
commit | e3d181b81c1b4361122426ece78dd1cf0f0c5a53 (patch) | |
tree | c376ccf57c79c45c7865e50089257d4911b3783e /gtk/gtkprogressbar.c | |
parent | eccf6735c90a5c20a2b5445806e1ac7f3170c103 (diff) | |
download | gtk+-e3d181b81c1b4361122426ece78dd1cf0f0c5a53.tar.gz |
Improve a warning.
* gtk/gtkcontainer.c (gtk_container_class_install_child_property):
Improve a warning.
* gdk/linux-fb/gdkinput.c (gdk_device_get_axis): Remove a broken
and redundant doc comment.
* gtk/gtkprogress.c (gtk_progress_class_init):
* gtk/gtkprogressbar.c (gtk_progress_bar_class_init):
* gtk/gtktexttag.c (gtk_text_tag_class_init):
* gtk/gtknotebook.c (gtk_notebook_class_init): Better blurbs,
incorporating stuff from the doc templates.
* gtk/gtkplug.c (gtk_plug_construct): Fix docs.
Diffstat (limited to 'gtk/gtkprogressbar.c')
-rw-r--r-- | gtk/gtkprogressbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index d6c16147fd..98c07b0a43 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -137,7 +137,7 @@ gtk_progress_bar_class_init (GtkProgressBarClass *class) PROP_ORIENTATION, g_param_spec_enum ("orientation", _("Orientation"), - _("Orientation and growth of the progress bar"), + _("Orientation and growth direction of the progress bar"), GTK_TYPE_PROGRESS_BAR_ORIENTATION, GTK_PROGRESS_LEFT_TO_RIGHT, G_PARAM_READWRITE)); |