summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-04
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-24
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--gtk/gtkstock.c2
8 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab824241a7..08510fc61e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 31 15:31:13 2001 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkstock.c: fix typo to make it compile
+
Wed Oct 31 17:27:20 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index ab824241a7..08510fc61e 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+Wed Oct 31 15:31:13 2001 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkstock.c: fix typo to make it compile
+
Wed Oct 31 17:27:20 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index ab824241a7..08510fc61e 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Wed Oct 31 15:31:13 2001 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkstock.c: fix typo to make it compile
+
Wed Oct 31 17:27:20 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index ab824241a7..08510fc61e 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+Wed Oct 31 15:31:13 2001 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkstock.c: fix typo to make it compile
+
Wed Oct 31 17:27:20 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index ab824241a7..08510fc61e 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Wed Oct 31 15:31:13 2001 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkstock.c: fix typo to make it compile
+
Wed Oct 31 17:27:20 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index ab824241a7..08510fc61e 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Wed Oct 31 15:31:13 2001 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkstock.c: fix typo to make it compile
+
Wed Oct 31 17:27:20 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index ab824241a7..08510fc61e 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Wed Oct 31 15:31:13 2001 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkstock.c: fix typo to make it compile
+
Wed Oct 31 17:27:20 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
diff --git a/gtk/gtkstock.c b/gtk/gtkstock.c
index 2d1dca30ee..7afc78d560 100644
--- a/gtk/gtkstock.c
+++ b/gtk/gtkstock.c
@@ -294,7 +294,7 @@ static GtkStockItem builtin_items [] =
{ GTK_STOCK_GO_BACK, N_("_Back"), 0, 0, GETTEXT_PACKAGE },
{ GTK_STOCK_GO_DOWN, N_("_Down"), 0, 0, GETTEXT_PACKAGE },
{ GTK_STOCK_GO_FORWARD, N_("_Forward"), 0, 0, GETTEXT_PACKAGE },
- { GTK_STOCK_GO_Up, N_("_Up"), 0, 0, GETTEXT_PACKAGE },
+ { GTK_STOCK_GO_UP, N_("_Up"), 0, 0, GETTEXT_PACKAGE },
{ GTK_STOCK_HELP, N_("_Help"), GDK_CONTROL_MASK, 'h', GETTEXT_PACKAGE },
{ GTK_STOCK_HOME, N_("_Home"), 0, 0, GETTEXT_PACKAGE },
{ GTK_STOCK_INDEX, N_("_Index"), 0, 0, GETTEXT_PACKAGE },