diff mde/gui/widget/layout.d @ 168:da8d3091fdaf

More work on the context menu: now roughly usable like an ordinary context menu.
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 29 Jun 2009 18:45:58 +0200
parents 24d77c52243f
children 0dd49f333189
line wrap: on
line diff
--- a/mde/gui/widget/layout.d	Sat Jun 27 11:57:26 2009 +0200
+++ b/mde/gui/widget/layout.d	Mon Jun 29 18:45:58 2009 +0200
@@ -156,8 +156,8 @@
  * 
  * Several flags are tested against ints[1]:
  * $(TABLE
- * $(TR $(TD 1) $(TD Column alignment is shared against other instances of thes widget id))
- * $(TR $(TD 2) $(TD Row alignment is shared against other instances of thes widget id))
+ * $(TR $(TD 1) $(TD Column alignment is shared against other instances of this widget id))
+ * $(TR $(TD 2) $(TD Row alignment is shared against other instances of this widget id))
  * $(TR $(TD 4) $(TD Spacing is inserted between elements; the renderer may draw this))
  * $(TR $(TD 8) $(TD For ContentListWidget only, list is horizontal instead of vertical))
  * )