diff options
author | Slávek Banko <[email protected]> | 2015-03-05 05:08:05 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-03-05 05:42:35 +0100 |
commit | ff56db3c2eb740876722d08491e485fe1453fe39 (patch) | |
tree | f8d03f39555ffd2f91b001bdbef394843c2f17e3 /khexedit/hexviewwidget.cc | |
parent | b2adf01796ff5a54aaa7db39143acba490b9f984 (diff) | |
download | tdeutils-ff56db3c2eb740876722d08491e485fe1453fe39.tar.gz tdeutils-ff56db3c2eb740876722d08491e485fe1453fe39.zip |
Fix incorrectly renamed strings
(cherry picked from commit 4dfdee6d8e7c32950ded8497d939f56bda3f2976)
Diffstat (limited to 'khexedit/hexviewwidget.cc')
-rw-r--r-- | khexedit/hexviewwidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexviewwidget.cc b/khexedit/hexviewwidget.cc index a031703..6c15ae3 100644 --- a/khexedit/hexviewwidget.cc +++ b/khexedit/hexviewwidget.cc @@ -629,7 +629,7 @@ void CHexViewWidget::updateView( bool redraw, bool fixCursor ) tooMuchX += mScrollBarSize; if( horzScrollbarVisible == false && tooMuchX > 0 ) { - //Qt::Horizontal scrollbar will be visible after all. + // Horizontal scrollbar will be visible after all. editHeight -= mScrollBarSize; tooMuchY += mScrollBarSize; } |