From 541523f96242472c011e304ef86e19875a86f7e6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 4 Mar 2013 15:12:58 +0000 Subject: Less ambiguous flag documentation comment. --- desktop/browser.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'desktop') 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, -- cgit v1.2.3