summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-10-18 14:37:29 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-10-18 14:37:29 +0000
commit33dc55587e907102c7fff4550ace43ff7d256e81 (patch)
tree0df2224eef085ee5c4c05096b59e01b1aa7b45a1 /Makefile.config
parentcde05b7d9f828ffb3869130ec250ad528894195d (diff)
downloadnetsurf-33dc55587e907102c7fff4550ace43ff7d256e81.tar.gz
netsurf-33dc55587e907102c7fff4550ace43ff7d256e81.tar.bz2
Ctrl+W now closes just the current tab, and Ctrl+Shift+W closes the window. Added menu item to do this, too.
svn path=/trunk/netsurf/; revision=5593
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index 239dd21ab..3ca25efe0 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -104,10 +104,10 @@ ifeq ($(TARGET),gtk)
# Where to search for NetSurf's resources after looking in ~/.netsurf and
# $NETSURFRES. It must have a trailing /
- NETSURF_GTK_RESOURCES := /usr/local/share/netsurf/
+ NETSURF_GTK_RESOURCES := /home/rjek/usr/netsurf/share/netsurf/
# Where to install the netsurf binary
- NETSURF_GTK_BIN := /usr/local/bin/
+ NETSURF_GTK_BIN := /home/rjek/usr/netsurf/bin/
# Enable NetSurf's use of Hubbub to parse HTML, rather than libxml2
# Valid options: YES, NO, AUTO (highly recommended)