mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
20a870a6e0
commit
b1a099e94b
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user