]> Pileus Git - ~andy/gtk/commitdiff
fix typo to make it compile
authorManish Singh <yosh@gimp.org>
Wed, 31 Oct 2001 23:33:22 +0000 (23:33 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 31 Oct 2001 23:33:22 +0000 (23:33 +0000)
Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>

        * gtk/gtkstock.c: fix typo to make it compile

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkstock.c

index ab824241a7477fd5f0af5ebd291ce6c67e552ea0..08510fc61e1ec69bdb5e7860f029485923a18ada 100644 (file)
--- 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
index ab824241a7477fd5f0af5ebd291ce6c67e552ea0..08510fc61e1ec69bdb5e7860f029485923a18ada 100644 (file)
@@ -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
index ab824241a7477fd5f0af5ebd291ce6c67e552ea0..08510fc61e1ec69bdb5e7860f029485923a18ada 100644 (file)
@@ -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
index ab824241a7477fd5f0af5ebd291ce6c67e552ea0..08510fc61e1ec69bdb5e7860f029485923a18ada 100644 (file)
@@ -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
index ab824241a7477fd5f0af5ebd291ce6c67e552ea0..08510fc61e1ec69bdb5e7860f029485923a18ada 100644 (file)
@@ -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
index ab824241a7477fd5f0af5ebd291ce6c67e552ea0..08510fc61e1ec69bdb5e7860f029485923a18ada 100644 (file)
@@ -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
index ab824241a7477fd5f0af5ebd291ce6c67e552ea0..08510fc61e1ec69bdb5e7860f029485923a18ada 100644 (file)
@@ -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
index 2d1dca30ee75fe5fafd62dbd74a69188451d23da..7afc78d5602c5917a214f435abff79933c1325f6 100644 (file)
@@ -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 },