[gtkmm-documentation] Fixed a typo in the introduction mentioning Gtk::manage



commit 6e567870305b9051fa84d2d867e2e8db00c3b6d2
Author: Armin Burgmeier <armin arbur net>
Date:   Sat May 23 11:23:14 2009 +0200

    Fixed a typo in the introduction mentioning Gtk::manage
    
    	* docs/tutorial/C/gtkmm-tut.xml: Fixed a typo in the introduction
    	mentioning Gtk::manage. Ð?лад УÑ?Ñ?инов.
---
 ChangeLog                     |    5 +++++
 docs/tutorial/C/gtkmm-tut.xml |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 51e81e4..8d130a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-23  Armin Burgmeier  <armin openismus com>
+
+	* docs/tutorial/C/gtkmm-tut.xml: Fixed a typo in the introduction
+	mentioning Gtk::manage. Ð?лад УÑ?Ñ?инов.
+
 2009-03-23  Daniel Elstner  <danielk openismus com>
 
 	* examples/book/builder/basic/main.cc: Conditionalize all exception
diff --git a/docs/tutorial/C/gtkmm-tut.xml b/docs/tutorial/C/gtkmm-tut.xml
index 8d222c2..6398370 100644
--- a/docs/tutorial/C/gtkmm-tut.xml
+++ b/docs/tutorial/C/gtkmm-tut.xml
@@ -410,7 +410,7 @@ Most of the chapters in this book deal with specific widgets. See the <link link
 <para>Although you can specify the layout and appearance of windows and widgets with C++ code, you will probably find it more convenient to design your user interfaces with <literal>Glade</literal> and load them at runtime with <literal>libglademm</literal>. See the <link linkend="chapter-libglademm">Glade and libglademm</link> chapter.
 </para>
 
-<para>Although &gtkmm; widget instances have lifetimes and scopes just like those of other C++ classes, &gtkmm; has an optional time-saving feature that you will see in some of the examples. <function>Gtk::manage()</function> allows you to say that a child widget is owned by the container into which you place it. This is allows you to <function>new</function> the widget, add it to the container and forget about deleting it. You can learn more about &gtkmm; memory management techniques in the <link linkend="chapter-memory">Memory Management chapter</link>.
+<para>Although &gtkmm; widget instances have lifetimes and scopes just like those of other C++ classes, &gtkmm; has an optional time-saving feature that you will see in some of the examples. <function>Gtk::manage()</function> allows you to say that a child widget is owned by the container into which you place it. This allows you to <function>new</function> the widget, add it to the container and forget about deleting it. You can learn more about &gtkmm; memory management techniques in the <link linkend="chapter-memory">Memory Management chapter</link>.
 </para>
 
 </sect1>



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