diff options
author | Michael Drake <tlsa@netsurf-browser.org> | 2013-03-04 15:12:58 +0000 |
---|---|---|
committer | Michael Drake <tlsa@netsurf-browser.org> | 2013-03-04 15:12:58 +0000 |
commit | 541523f96242472c011e304ef86e19875a86f7e6 (patch) | |
tree | 7768b93575422d644efd7af02fd1874a19a3b3b7 /desktop/browser.h | |
parent | 69d653f4dce25ef58f8e177d986466c8b1119d6f (diff) | |
download | netsurf-541523f96242472c011e304ef86e19875a86f7e6.tar.gz |
Less ambiguous flag documentation comment.
Diffstat (limited to 'desktop/browser.h')
-rw-r--r-- | desktop/browser.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/browser.h b/desktop/browser.h index 39f2253bf..dcc728b56 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -64,9 +64,7 @@ extern bool browser_reformat_pending; /** flags to browser window go */ enum browser_window_nav_flags { BROWSER_WINDOW_NONE = 0, - /** The page is added to the window history, this should - * be used when returning to a page in the window history. - */ + /** this will form a new history node (don't set for back/reload/etc) */ BROWSER_WINDOW_HISTORY = 1, /** download rather than render the uri */ BROWSER_WINDOW_DOWNLOAD = 2, |