]> Pileus Git - ~andy/gtk/commitdiff
Fix an example. (#304808, Ghorban M. Tavakoly)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 May 2005 05:10:27 +0000 (05:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 20 May 2005 05:10:27 +0000 (05:10 +0000)
2005-05-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/migrating-GtkAction.sgml: Fix an example.  (#304808,
Ghorban M. Tavakoly)

docs/reference/ChangeLog
docs/reference/gtk/migrating-GtkAction.sgml

index 386145b78951444c922571253b281f18e384332f..07ff11eef0e6e1d47f0b6e79426f144496ef27b0 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/migrating-GtkAction.sgml: Fix an example.  (#304808,
+       Ghorban M. Tavakoly)
+
 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/tmpl/properties.sgml: Updates.
index 73164266a141324da8ce4a2727ee38462da6172c..5e1040843bcc691a6f023e5e5c65fc9423b5d658 100644 (file)
@@ -267,7 +267,7 @@ static GtkActionEntry entries[] = {
   { "FileMenu", NULL, "_File" },
   { "ViewMenu", NULL, "_View" },
   { "Open", GTK_STOCK_OPEN, "_Open", "&lt;control&gt;O", "Open a file", open_action_callback },
-  { "Exit", GTK_STOCK_OPEN, "E_xit", "&lt;control&gt;Q", "Exit the program", exit_action_callback },
+  { "Exit", GTK_STOCK_QUIT, "E_xit", "&lt;control&gt;Q", "Exit the program", exit_action_callback },
   { "ZoomIn", GTK_STOCK_ZOOM_IN, "Zoom _In", "plus", "Zoom into the image", zoom_in_action_callback },
   { "ZoomOut", GTK_STOCK_ZOOM_OUT, "Zoom _Out", "minus", "Zoom away from the image", zoom_out_action_callback },
 };