2003-07-28  Pavel Tsekov  <[EMAIL PROTECTED]>

        * main.c: Properly calculate the number of menu items in the Right/Below
menu.

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!
Index: src/main.c
===================================================================
RCS file: /cvsroot/mc/mc/src/main.c,v
retrieving revision 1.290
diff -u -p -r1.290 main.c
--- src/main.c  23 Jul 2003 03:22:33 -0000      1.290
+++ src/main.c  28 Jul 2003 15:13:47 -0000
@@ -959,7 +969,7 @@ init_menu (void)
                     "[Options Menu]");
     MenuBar[4] =
        create_menu (horizontal_split ? _(" &Below ") : _(" &Right "),
-                    RightMenu, menu_entries (PanelMenu),
+                    RightMenu, menu_entries (RightMenu),
                     "[Left and Right Menus]");
 }
 

Reply via email to