[sawfish] xfce-int: s/GNOME/XFCE in comments



commit 7c26ef0cdd108198fde63a669ebdcd0251e5c0c0
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sat Oct 16 11:22:58 2010 +0200

    xfce-int: s/GNOME/XFCE in comments

 lisp/sawfish/wm/integration/xfce.jl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lisp/sawfish/wm/integration/xfce.jl b/lisp/sawfish/wm/integration/xfce.jl
index 5b5a2a9..3ae040d 100644
--- a/lisp/sawfish/wm/integration/xfce.jl
+++ b/lisp/sawfish/wm/integration/xfce.jl
@@ -37,22 +37,22 @@
       (setq desktop-environment "xfce")
       (setq want-poweroff-menu nil)
 
-      ;; invoke the GNOME terminal instead of xterm
+      ;; invoke the XFCE terminal instead of xterm
       (unless (variable-customized-p 'xterm-program)
 	(setq xterm-program "xfce4-terminal"))
 
-      ;; use the GNOME help browser and url launcher
+      ;; use the XFCE help browser and url launcher
       (unless (variable-customized-p 'browser-program)
 	(setq browser-program "midori"))
 
-      ;; add some GNOME help menus
+      ;; add some XFCE help menus
       (when (setq menu (assoc (_ "_Help") root-menu))
 	(nconc menu `(()
 		      (,(_ "_XFCE Help") (system "xfhelp4 &"))
 		      (,(_ "XFCE _Website") (browser "http://www.xfce.org";))
 		      (,(_ "_About XFCE") (system "xfce4-about &")))))
 
-      ;; add gnome-logout menu item
+      ;; add xfce-logout menu item
       (when (setq menu (assoc (_ "Sessi_on") root-menu))
 	(nconc menu `(()
 		      (,(_ "_Customize XFCE") (system "xfce4-settings-manager &"))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]