[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:50:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 762e819497427710f5d935dff8b80fb7965e1b8c
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 16 22:00:25 2001 +0000

    Fixed comments.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@332 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQTextArea.mm b/WebCore/kwq/KWQTextArea.mm
index da39dda..2701d93 100644
--- a/WebCore/kwq/KWQTextArea.mm
+++ b/WebCore/kwq/KWQTextArea.mm
@@ -37,11 +37,9 @@
               OFF - Text is not wrapped.  It is kept to single line, although if
                     the user enters a return the line IS broken.  This emulates
                     Mac IE 5.1.
-     SOFT|VIRUTAL - Text is wrapped, but not actually broken.  [text] sends text
-                    as typed by user.
-    HARD|PHYSICAL - Text is wrapped, and text is broken into seperate lines.  [text]
-                    returns broken text.
-                    
+     SOFT|VIRUTAL - Text is wrapped, but not actually broken.  
+    HARD|PHYSICAL - Text is wrapped, and text is broken into seperate lines.
+                         
     kde expects a line based widget.  It uses a line API to convert text into multiple lines
     when wrapping is set to HARD.  To support kde with implement [textLine] and [numLines].
 */
diff --git a/WebCore/src/kwq/KWQTextArea.mm b/WebCore/src/kwq/KWQTextArea.mm
index da39dda..2701d93 100644
--- a/WebCore/src/kwq/KWQTextArea.mm
+++ b/WebCore/src/kwq/KWQTextArea.mm
@@ -37,11 +37,9 @@
               OFF - Text is not wrapped.  It is kept to single line, although if
                     the user enters a return the line IS broken.  This emulates
                     Mac IE 5.1.
-     SOFT|VIRUTAL - Text is wrapped, but not actually broken.  [text] sends text
-                    as typed by user.
-    HARD|PHYSICAL - Text is wrapped, and text is broken into seperate lines.  [text]
-                    returns broken text.
-                    
+     SOFT|VIRUTAL - Text is wrapped, but not actually broken.  
+    HARD|PHYSICAL - Text is wrapped, and text is broken into seperate lines.
+                         
     kde expects a line based widget.  It uses a line API to convert text into multiple lines
     when wrapping is set to HARD.  To support kde with implement [textLine] and [numLines].
 */

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list