Advertisement
Guest User

Untitled

a guest
Mar 30th, 2010
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.63 KB | None | 0 0
  1. Index: okular/core/textpage.cpp
  2. ===================================================================
  3. --- okular/core/textpage.cpp    (revision 1109126)
  4. +++ okular/core/textpage.cpp    (working copy)
  5. @@ -483,7 +483,7 @@
  6.                      // move the current position in the query
  7.                      // to the position after the length of this string
  8.                      // we matched
  9. -                    // substract the length of the current entity from
  10. +                    // subtract the length of the current entity from
  11.                      // the left length of the query
  12.  #ifdef DEBUG_TEXTPAGE
  13.              kDebug(OkularDebug) << "\tmatched";
  14. @@ -609,7 +609,7 @@
  15.                      // move the current position in the query
  16.                      // to the position after the length of this string
  17.                      // we matched
  18. -                    // substract the length of the current entity from
  19. +                    // subtract the length of the current entity from
  20.                      // the left length of the query
  21.  #ifdef DEBUG_TEXTPAGE
  22.                      kDebug(OkularDebug) << "\tmatched";
  23. Index: okular/core/document.cpp
  24. ===================================================================
  25. --- okular/core/document.cpp    (revision 1109126)
  26. +++ okular/core/document.cpp    (working copy)
  27. @@ -2589,7 +2589,7 @@
  28.      d->m_lastSearchID = searchID;
  29.      RunningSearch * s = *searchIt;
  30.  
  31. -    // update search stucture
  32. +    // update search structure
  33.      bool newText = text != s->cachedString;
  34.      s->cachedString = text;
  35.      s->cachedType = type;
  36. Index: okular/generators/fictionbook/converter.cpp
  37. ===================================================================
  38. --- okular/generators/fictionbook/converter.cpp (revision 1109126)
  39. +++ okular/generators/fictionbook/converter.cpp (working copy)
  40. @@ -173,7 +173,7 @@
  41.      }
  42.  
  43.      /**
  44. -     * Add document infos.
  45. +     * Add document info.
  46.       */
  47.      if ( mTitleInfo ) {
  48.          if ( !mTitleInfo->mTitle.isEmpty() )
  49. Index: okular/ui/presentationwidget.cpp
  50. ===================================================================
  51. --- okular/ui/presentationwidget.cpp    (revision 1109126)
  52. +++ okular/ui/presentationwidget.cpp    (working copy)
  53. @@ -1448,7 +1448,7 @@
  54.          // Or hide the cursor again if hidden cursor is enabled
  55.          else if ( Okular::Settings::slidesCursor() == Okular::Settings::EnumSlidesCursor::Hidden )
  56.          {
  57. -            // Dont hide the cursor if drawing mode is on
  58. +            // Don't hide the cursor if drawing mode is on
  59.              if ( !m_drawingEngine )
  60.              {
  61.                  setCursor( QCursor( Qt::BlankCursor ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement