commit | af20f423b30143022b4f794e4bd15bf37f1c0048 | [log] [tgz] |
---|---|---|
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | Sun Oct 30 16:05:55 2005 +0000 |
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | Sun Oct 30 16:05:55 2005 +0000 |
tree | d64e621fcf5cb937bd83e608204886d9c4b6cae8 | |
parent | 2fa072487f002f81991e6561a2e82e9672047342 [diff] |
Correct the mistake in the comment. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@364 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/cview.cxx b/vncviewer/cview.cxx index 7c25d05..993e02a 100644 --- a/vncviewer/cview.cxx +++ b/vncviewer/cview.cxx
@@ -549,7 +549,7 @@ { Point old_offset = bufferToClient(Point(0, 0)); - // Reseze the child windows + // Resize the child windows RECT r; GetClientRect(getHandle(), &r); MoveWindow(getFrameHandle(), 0, 0, r.right, r.bottom, TRUE);