[sawfish] lisp/sawfish/wm/ext/match-window: rename Matched Windows group to Window Rules in UI



commit 9751a1f6bbc974b27427b0102376066d3e3cfc19
Author: chrisb <zanghar freenet de>
Date:   Wed Sep 23 20:52:04 2009 +0200

    lisp/sawfish/wm/ext/match-window: rename Matched Windows group to Window Rules in UI

 ChangeLog                           |    3 +++
 lisp/sawfish/wm/autoload.jl         |    2 +-
 lisp/sawfish/wm/ext/match-window.jl |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d03010a..b18796b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
 	* lisp/sawfish/ui/shell.jl: changed wm class of sawfish-ui from "main" "Nokogiri"
 	                            to "sawfish-configurator" "Sawfish-Configurator"
 
+	* lisp/sawfish/wm/autoload.jl
+	* lisp/sawfish/wm/ext/match-window: rename "Matched Windows" group to "Window Rules" in UI
+
 2009-09-22  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/viewport.jl: string-change
 
diff --git a/lisp/sawfish/wm/autoload.jl b/lisp/sawfish/wm/autoload.jl
index e405779..dd5837c 100644
--- a/lisp/sawfish/wm/autoload.jl
+++ b/lisp/sawfish/wm/autoload.jl
@@ -146,7 +146,7 @@
 (autoload-command '3d-hack 'sawfish.wm.ext.3d-hack)
 (autoload-command 'rename-window 'sawfish.wm.ext.match-window)
 (defgroup audio "Sound" :require sawfish.wm.ext.audio-events)
-(defgroup match-window "Matched Windows" :layout single :require sawfish.wm.ext.match-window)
+(defgroup match-window "Window Rules" :layout single :require sawfish.wm.ext.match-window)
 (defgroup tooltips "Tooltips" :group appearance :require sawfish.wm.ext.tooltips)
 (defgroup window-history "History" :group match-window :require sawfish.wm.ext.window-history)
 (defgroup messages "Messages" :group misc :require sawfish.wm.util.prompt)
diff --git a/lisp/sawfish/wm/ext/match-window.jl b/lisp/sawfish/wm/ext/match-window.jl
index 0074234..e06894e 100644
--- a/lisp/sawfish/wm/ext/match-window.jl
+++ b/lisp/sawfish/wm/ext/match-window.jl
@@ -148,7 +148,7 @@
   (put 'match-window 'custom-widget match-window-widget)
 
   ;;###autoload (defgroup match-window "Matched Windows" :layout single :require sawfish.wm.ext.match-window)
-  (defgroup match-window "Matched Windows"
+  (defgroup match-window "Window Rules"
     :layout single
     :require sawfish.wm.ext.match-window)
 



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