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.
This commit is contained in:
Kjartan Maraas 2001-12-16 17:00:55 +00:00 committed by Kjartan Maraas
parent 20a870a6e0
commit b1a099e94b
9 changed files with 37 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.
2001-12-15 Darin Adler <darin@bentspoon.com>
Fix some warnings.

View File

@ -1,3 +1,8 @@
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.
2001-12-15 Darin Adler <darin@bentspoon.com>
Fix some warnings.

View File

@ -1,3 +1,8 @@
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.
2001-12-15 Darin Adler <darin@bentspoon.com>
Fix some warnings.

View File

@ -1,3 +1,8 @@
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.
2001-12-15 Darin Adler <darin@bentspoon.com>
Fix some warnings.

View File

@ -1,3 +1,8 @@
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.
2001-12-15 Darin Adler <darin@bentspoon.com>
Fix some warnings.

View File

@ -1,3 +1,8 @@
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.
2001-12-15 Darin Adler <darin@bentspoon.com>
Fix some warnings.

View File

@ -1,3 +1,8 @@
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.
2001-12-15 Darin Adler <darin@bentspoon.com>
Fix some warnings.

View File

@ -175,7 +175,7 @@ gtk_progress_bar_class_init (GtkProgressBarClass *class)
PROP_DISCRETE_BLOCKS,
g_param_spec_uint ("discrete_blocks",
_("Discrete Blocks"),
_("The number of discrete blocks in a progress bar (when shown in the discrete style"),
_("The number of discrete blocks in a progress bar (when shown in the discrete style)"),
2,
G_MAXUINT,
10,