[PATCH] main.c: init_menu: Properly calculate the number of menu items
- From: Pavel Tsekov <ptsekov gmx net>
- To: mc-devel gnome org
- Subject: [PATCH] main.c: init_menu: Properly calculate the number of menu items
- Date: Mon, 28 Jul 2003 17:21:54 +0200 (MEST)
2003-07-28 Pavel Tsekov <ptsekov gmx net>
* 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]");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]