[gtkmm-documentation] Fix a typo in the Mixing C and C++ APIs chapter.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Fix a typo in the Mixing C and C++ APIs chapter.
- Date: Fri, 26 Feb 2010 23:04:29 +0000 (UTC)
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->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]