diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-12-16 17:00:55 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-12-16 17:00:55 +0000 |
commit | b1a099e94bc3367b906ab2f6167e1eca035961a3 (patch) | |
tree | 51f2956ca901d75b054cff3c3d19201f142feb00 /gtk/gtkpaned.c | |
parent | 20a870a6e068c852ce37c3bb072ee6e3ef11527a (diff) | |
download | gtk+-b1a099e94bc3367b906ab2f6167e1eca035961a3.tar.gz |
Fix a typo. Fix a typo.
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.
Diffstat (limited to 'gtk/gtkpaned.c')
-rw-r--r-- | gtk/gtkpaned.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 85cb4cfb6a..71be0ca818 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -118,7 +118,7 @@ gtk_paned_class_init (GtkPanedClass *class) PROP_POSITION, g_param_spec_int ("position", _("Position"), - _("Position of paned separator in pixels(0 means all the way to the left/top)"), + _("Position of paned separator in pixels (0 means all the way to the left/top)"), 0, G_MAXINT, 0, |