summaryrefslogtreecommitdiff
path: root/src/url.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-10 21:52:09 +0200
committerjcid <devnull@localhost>2008-05-10 21:52:09 +0200
commitc6ee10ee8581770e349255237f87e58c7291b0ec (patch)
treead41a86303cd796bfaff6c534604ecba4fa7a41d /src/url.h
parent420f1e34eaff259a202384618c28bf43c80c5d9e (diff)
+ Fixed a bug in the code that remembers the scrolling position.
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)