aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 16:32:41 +0200
committerjcid <devnull@localhost>2008-09-30 16:32:41 +0200
commit0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch)
tree151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /dw/layout.cc
parent6deac7761c79417469c515268ba010a5f1fd60fb (diff)
- s/todo:/TODO:/g
Diffstat (limited to 'dw/layout.cc')
-rw-r--r--dw/layout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/layout.cc b/dw/layout.cc
index e2f437a3..2e29b05d 100644
--- a/dw/layout.cc
+++ b/dw/layout.cc
@@ -888,7 +888,7 @@ void Layout::viewportSizeChanged (View *view, int width, int height)
canvasHeightGreater = false;
/* if size changes, redraw this view.
- * todo: this is a resize call (redraw/resize code needs a review). */
+ * TODO: this is a resize call (redraw/resize code needs a review). */
if (viewportWidth != width || viewportHeight != height)
queueResize();