summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtktextview.c2
6 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c41dc98dfe..d526bc4ca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktextview.c (gtk_text_view_class_init): Fix
+ capitalization to match other style properties.
+
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c41dc98dfe..d526bc4ca7 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktextview.c (gtk_text_view_class_init): Fix
+ capitalization to match other style properties.
+
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index c41dc98dfe..d526bc4ca7 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktextview.c (gtk_text_view_class_init): Fix
+ capitalization to match other style properties.
+
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index c41dc98dfe..d526bc4ca7 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktextview.c (gtk_text_view_class_init): Fix
+ capitalization to match other style properties.
+
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index c41dc98dfe..d526bc4ca7 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktextview.c (gtk_text_view_class_init): Fix
+ capitalization to match other style properties.
+
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix a
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 6ea776ad6d..8a9d3bbde4 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -680,7 +680,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
*/
gtk_widget_class_install_style_property (widget_class,
g_param_spec_boxed ("error-underline-color",
- P_("Error Underline Color"),
+ P_("Error underline color"),
P_("Color with which to draw error-indication underlines"),
GDK_TYPE_COLOR,
G_PARAM_READABLE));