[gtkmm-documentation] Fix a typo in the Mixing C and C++ APIs chapter.



commit 5bf83fe8a5a56fc4110151cede566b85e43b576d
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Feb 27 00:03:18 2010 +0100

    Fix a typo in the Mixing C and C++ APIs chapter.
    
    * docs/tutorial/C/gtkmm-tutorial-in.xml: Mixing C and C++ APIs chapter:
    Fix a typo.
    Bug #610745 (Wouter Bolsterlee)

 ChangeLog                             |    8 ++++++++
 docs/tutorial/C/gtkmm-tutorial-in.xml |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 79d6191..64f3831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-27  Murray Cumming  <murrayc murrayc com>
+
+  Fix a typo in the Mixing C and C++ APIs chapter.
+  
+	* docs/tutorial/C/gtkmm-tutorial-in.xml: Mixing C and C++ APIs chapter:
+	Fix a typo.
+	Bug #610745 (Wouter Bolsterlee)
+
 2010-02-25  Murray Cumming  <murrayc murrayc com>
 
 	* docs/tutorial/C/gtkmm-tutorial-in.xml: Remove mentions of the
diff --git a/docs/tutorial/C/gtkmm-tutorial-in.xml b/docs/tutorial/C/gtkmm-tutorial-in.xml
index abfd914..4e45912 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -476,7 +476,7 @@ gtk_button_do_something_new(button-&gt;gobj());
 <para>
 <programlisting>
 GtkButton* cbutton = get_a_button();
-GtkButton* button = Glib::wrap(cbutton);
+Gtk::Button* button = Glib::wrap(cbutton);
 </programlisting>
 </para>
 </sect1>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]