summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-04-13 18:21:22 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-04-13 18:21:22 +0000
commit5c8406bf8b9eec4a216a92cc72de53c8ee23ba7c (patch)
treeb0f86cd2787c8af1df5bf5f41036d5cdc791a4b1 /desktop/selection.h
parent78c22d4171bc07c66252d4b6464bf000c6ee59a7 (diff)
downloadnetsurf-5c8406bf8b9eec4a216a92cc72de53c8ee23ba7c.tar.gz
netsurf-5c8406bf8b9eec4a216a92cc72de53c8ee23ba7c.tar.bz2
Rewrite text export to use box tree. Improves output formatting. Simplify selection saving.
svn path=/trunk/netsurf/; revision=4094
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 4520ac9f6..c04e503f3 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -17,7 +17,7 @@
*/
/** \file
- * Text selection within browser windows, platform-independent part (interface)
+ * Text selection within browser windows (interface).
*/
#ifndef _NETSURF_DESKTOP_SELECTION_H_