summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-09-27 03:43:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-27 03:43:55 +0000
commit6260f1aa2c67b4e545f7b7691f6b810e5f07c9e5 (patch)
treeac0583736c191ed069af5beab72f8bc58e7a2f48 /gtk/gtknotebook.c
parent3be528f2db7a5c0ab16291b847b45e0b0f011ac4 (diff)
downloadgdk-pixbuf-6260f1aa2c67b4e545f7b7691f6b810e5f07c9e5.tar.gz
Add a missing _ to the name of the has_secondary_backward_stepper
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _ to the name of the has_secondary_backward_stepper property. Noticed by Michèle Garoche.
Diffstat (limited to 'gtk/gtknotebook.c')
-rw-r--r--gtk/gtknotebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index b7a1cf59e..4b59c80af 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -528,7 +528,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
* Since: 2.4
*/
gtk_widget_class_install_style_property (widget_class,
- g_param_spec_boolean ("has_secondary backward_stepper",
+ g_param_spec_boolean ("has_secondary_backward_stepper",
P_("Secondary backward stepper"),
P_("Display a second backward arrow button on the opposite end of the tab area"),
FALSE,