diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-16 14:55:37 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-16 14:55:37 +0100 |
commit | 69e11e3ec87aa36e47100d4e9db02fdc039b5242 (patch) | |
tree | 221f5e2c6547788837b8bf223759031d637e0bcd /src/prefs.h | |
parent | aba09fd14b3f8a4a665d4f045e1b666803a90321 (diff) | |
parent | adb3d5c87fae7196dbae6c35828434cdcd6227a4 (diff) |
merge with main
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 67607533..9156c815 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -22,6 +22,7 @@ struct _DilloPrefs { int height; int xpos; int ypos; + char *http_language; DilloUrl *http_proxy; char *http_proxyuser; char *http_referer; |