]> git.pld-linux.org Git - packages/w3m.git/blame - w3m-not-constant.patch
- patch to not reset terminal to iso-8859-1 on exit - it was really annoying
[packages/w3m.git] / w3m-not-constant.patch
CommitLineData
83be1435
JB
1--- w3m-0.2.0/rc.c.orig Thu Mar 22 08:42:52 2001
2+++ w3m-0.2.0/rc.c Wed Apr 4 22:10:53 2001
3@@ -214,7 +214,7 @@
4 #endif /* defined(USE_SSL) &&
5 * defined(USE_SSL_VERIFY) */
6 #ifdef USE_SSL
7-#define CMT_SSL_FORBID_METHOD N_("List of forbidden SSL method (2: SSLv2, 3: SSLv3, t:TLSv1)")
8+#define CMT_SSL_FORBID_METHOD "List of forbidden SSL method (2: SSLv2, 3: SSLv3, t:TLSv1)"
9 #endif
10 #ifdef USE_COOKIE
11 #define CMT_USECOOKIE "Use Cookie"
This page took 0.03057 seconds and 4 git commands to generate.