Blob Blame History Raw
--- src/menu.h~	2005-02-14 12:50:23.000000000 -0600
+++ src/menu.h	2010-03-19 09:50:11.375228533 -0500
@@ -16,7 +16,7 @@
 #define MENU_H
 
 typedef struct {
-	char 	name[20]; 	/* name */
+	char 	name[24]; 	/* name */
 	int  	x, w, h; 	/* size and x position; y depends on the position
 				   in the menu and is computed dynamically */
 	int	id;		/* unique id */