[gtkmm/gtkmm-3maybe: 98/99] VPaned documentation now says that it's vertical.



commit 1a979733a16fde827f810d0272e5f39b73a35a38
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Oct 30 09:45:15 2009 +0100

    VPaned documentation now says that it's vertical.
    
    * gtk/src/paned.hg: Correct the VPaned documentation to say that it
    is vertical rather than horizontal. Fixes bug #598653 (merenyi).

 ChangeLog        |    7 +++++++
 gtk/src/paned.hg |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 60333b0..255f1d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-30  Murray Cumming  <murrayc murrayc com>
+
+	VPaned documentation now says that it's vertical.
+
+	* gtk/src/paned.hg: Correct the VPaned documentation to say that it 
+	is vertical rather than horizontal. Fixes bug #598653 (merenyi).
+
 2009-10-27  Armin Burgmeier  <armin arbur net>
 
 	* win32_installer/gtkmm-installer.nsi.in: Add a bunch of new include
diff --git a/gtk/src/paned.hg b/gtk/src/paned.hg
index 01e61fd..8e52875 100644
--- a/gtk/src/paned.hg
+++ b/gtk/src/paned.hg
@@ -115,7 +115,7 @@ public:
 
 /**
  * The Gtk::VPaned widget is a container widget with two children arranged
- * horizontally. The division between the two panes is adjustable by the
+ * vertically. The division between the two panes is adjustable by the
  * user by dragging a handle. See Gtk::Paned for details. 
  *
  * @ingroup Widgets



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