summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-01-14 13:59:07 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-01-14 13:59:07 +0000
commit4e756f6088bce4cd634702d02ccdae5389392a17 (patch)
tree658b74fbd52176928fb5136186ef039475673278 /Makefile.defaults
parent96264ca71ebddece12360c742ce4215011e5b282 (diff)
downloadnetsurf-4e756f6088bce4cd634702d02ccdae5389392a17.tar.gz
netsurf-4e756f6088bce4cd634702d02ccdae5389392a17.tar.bz2
Remove architecture from UA string.
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 7650b381f..d8f5b9b0c 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -78,9 +78,9 @@ NETSURF_USE_HARU_PDF := NO
NETSURF_STRIP_BINARY := NO
# Template used for constructing the User Agent: string. The first two
-# replacements are major/minor version, second two are OS and architecture.
+# replacements are major/minor version, next is OS.
# Please don't be tempted to mention Mozilla here! Let's let that lie die.
-NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d (%s; %s)"
+NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d (%s)"
# Default home page, if one is not defined by the user. Note that this
# option does not apply to the RISC OS version, as it has its own local