diff options
| author | Jordi Polo <[email protected]> | 2008-11-12 15:22:25 +0000 |
|---|---|---|
| committer | Jordi Polo <[email protected]> | 2008-11-12 15:22:25 +0000 |
| commit | a49fe38e3eb59e8a5893bfe79f35a51c0acbb4eb (patch) | |
| tree | a7607c70693b04ee5283f5e18cdb64dbf3d50aac /src/dolphindetailsview.cpp | |
| parent | 6705ce53811c6f4ab7abe208337d02054afaa57a (diff) | |
typo
svn path=/trunk/KDE/kdebase/apps/; revision=883287
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index f8379a7da..5c77ff710 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -709,7 +709,7 @@ void DolphinDetailsView::updateElasticBandSelection() } } else { - // This is the only piece of optimisation data that needs to be explicitly + // This is the only piece of optimization data that needs to be explicitly // discarded. m_band.lastSelectionOrigin = QPoint(); m_band.lastSelectionDestination = QPoint(); @@ -762,7 +762,7 @@ void DolphinDetailsView::updateElasticBandSelection() do { QRect currIndexRect = nameColumnRect(currIndex); - // Update some optimisation info as we go. + // Update some optimization info as we go. const int cr = currIndexRect.right(); const int cl = currIndexRect.left(); const int sl = selRect.left(); |
