summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-29 13:08:49 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-29 13:08:49 +0100
commit38e4bbe74dfc687bba5b134ecdc980005fb05474 (patch)
treea8ab63a3e8608d06b10a89b7a958e58bf8964a84 /desktop
parentbc0571b9dc2719ac8218f9523627d55ff1016b04 (diff)
downloadnetsurf-38e4bbe74dfc687bba5b134ecdc980005fb05474.tar.gz
netsurf-38e4bbe74dfc687bba5b134ecdc980005fb05474.tar.bz2
Make clear that title is copied.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/hotlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index df34054c2..171fdd723 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -87,7 +87,7 @@ void hotlist_update_url(nsurl *url);
* Add an entry to the hotlist for given Title/URL.
*
* \param url URL for entry to be added, or NULL
- * \param title Title for entry being added, or NULL
+ * \param title Title for entry being added (copied), or NULL
* \param at_y Iff true, insert at y-offest
* \param y Y-offset in px from top of hotlist. Ignored if (!at_y).
* \return NSERROR_OK on success, appropriate error otherwise