summaryrefslogtreecommitdiff
path: root/src/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.h')
-rw-r--r--src/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.h b/src/url.h
index bb77fef1..4fbdca60 100644
--- a/src/url.h
+++ b/src/url.h
@@ -34,7 +34,7 @@
#define URL_Ismap (1 << 3)
#define URL_RealmAccess (1 << 4)
-#define URL_E2EReload (1 << 5)
+#define URL_E2EQuery (1 << 5)
#define URL_ReloadImages (1 << 6)
#define URL_ReloadPage (1 << 7)
#define URL_ReloadFromCache (1 << 8)