OSDN Git Service

fix comment
authorsuma <devnull@localhost>
Tue, 10 Feb 2009 17:10:03 +0000 (02:10 +0900)
committersuma <devnull@localhost>
Tue, 10 Feb 2009 17:10:03 +0000 (02:10 +0900)
src/control/standard/hexview.cpp

index 1462c99..aff54b5 100644 (file)
@@ -456,7 +456,7 @@ void HexView::mousePressEvent(QMouseEvent *ev)
                // Draw selected lines
                drawSelected(true);
 
-               // Set start position
+               // Set begin position
                cursor->SelEndOld = cursor->Position;
                cursor->SelBegin = cursor->SelEnd = moveByMouse(ev->pos().x(), ev->pos().y());