Rename menu.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 13 Aug 2012 14:47:19 +0300
changeset 502 0b6bc512493f
parent 501 65ccbb240daa
child 503 3ab2ae5c876c
Rename menu.
.fvwm/config
--- a/.fvwm/config	Sat Aug 11 19:41:33 2012 +0300
+++ b/.fvwm/config	Mon Aug 13 14:47:19 2012 +0300
@@ -359,8 +359,8 @@
 # Drawback - you can not make it smaller.
 Style "htop" MinWindowSize 98 98
 
-DestroyMenu FvwmWindowOpsMenu
-AddToMenu   FvwmWindowOpsMenu "Window Operations" Title
+DestroyMenu MenuWindowOperations
+AddToMenu   MenuWindowOperations "Window Operations" Title
 + "Move%menu/window-move.xpm%"  Move
 + "Resize%menu/window-resize.xpm%"  Resize
 + "(De)Iconify%menu/window-iconify.xpm%"  Iconify
@@ -383,16 +383,16 @@
 + "" Nop
 + "Identify%menu/window-identify.xpm%"  Module FvwmIdent
 
-Mouse 3 R A Menu FvwmWindowOpsMenu
+Mouse 3 R A Menu MenuWindowOperations
 
 # Use interactive bash mode to read profile (~/.bashrc) to override default
 # value of PS1.
-AddToMenu MenuMyRoot MenuMyRoot Title
+AddToMenu MenuMyRoot Menu Title
 + Xterm           Exec  exec xterm -e bash -i
 + Mc              Exec  exec m4_XTERM_MC(`mc-secondary')
 + debian          Popup "/Debian"
 + my              Popup MenuMy
-+ window          Popup FvwmWindowOpsMenu
++ window          Popup MenuWindowOperations
 + fvwm            Popup MenuFvwmRoot
 
 ################################################################