[gtkmm] Gtk::Widget: Slight improvement of text in previous commit.



commit 167d34162e689c2cc7fbae146eed669555f73a8c
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 3 12:19:23 2012 +0200

    Gtk::Widget: Slight improvement of text in previous commit.
    
    * gtk/src/widget.hg:

 ChangeLog         |    6 ++++++
 gtk/src/widget.hg |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6f21a58..8e6ec3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-03  Murray Cumming  <murrayc murrayc com>
+
+	Gtk::Widget: Slight improvement of text in previous commit.
+
+	* gtk/src/widget.hg:
+
 2012-04-03  Mark Vender  <markv743 yahoo co uk>
 
 	Gtk::Widget: add documentation for the destructor.
diff --git a/gtk/src/widget.hg b/gtk/src/widget.hg
index 2468f72..83c7b6e 100644
--- a/gtk/src/widget.hg
+++ b/gtk/src/widget.hg
@@ -120,7 +120,7 @@ class Widget
 public:
   friend class Main;
   _CUSTOM_DTOR
-  _DOCUMENT_DTOR(Destroys the widget. The widget is automatically removed from the parent container)
+  _DOCUMENT_DTOR(Destroys the widget. The widget will be automatically removed from the parent container.)
 
   _WRAP_METHOD(void show(), gtk_widget_show)
   _WRAP_METHOD(void show_now(), gtk_widget_show_now)



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