summaryrefslogtreecommitdiff
path: root/x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:24:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:24:24 +0000
commit1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch)
treebc3c1101d22e55deb5237ef53fbde0f33806170a /x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl
parentAdd in PCI bridge support. It's a run-time option, too, and is required for (diff)
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes: svn path=/head/; revision=84937
Diffstat (limited to 'x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl')
-rw-r--r--x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl b/x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl
deleted file mode 100644
index c723c1fc5f66..000000000000
--- a/x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- lisp/sawfish/ui/i18n.jl 2002/07/01 07:59:43 1.1
-+++ lisp/sawfish/ui/i18n.jl 2002/07/01 07:59:56
-@@ -59,6 +59,6 @@
- (let ((locale-dir (wm-locale-dir)))
- (when locale-dir
- (bindtextdomain "sawfish" locale-dir)
-- (when (boundp 'bindtextdomaincodeset)
-- (bindtextdomaincodeset "sawfish" "UTF-8"))
-+;; (when (boundp 'bindtextdomaincodeset)
-+;; (bindtextdomaincodeset "sawfish" "UTF-8"))
- (textdomain "sawfish"))))))