diff options
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 2 |
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(); |