forgot to commit this changed header, sorry

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17135 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2006-04-15 12:55:39 +00:00
parent 36aa2198b7
commit ce1efe4ce6

View File

@ -4,11 +4,12 @@
enum menu_actions {
MENU_ACT_NONE = 0,
MENU_ACT_SUBMENU = 1,
MENU_ACT_CLOSE = 5
};
#define kEmptyMenuLabel "<empty>"
extern const char *kEmptyMenuLabel;
#endif // __MENU_PRIVATE_H