haiku/headers/private/shared/AboutMenuItem.h
Jonas Sundström d7f342e8a3 Simplifying the BAboutMenuItem and adding it properly to the locale kit's DoCatalogs list.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40967 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-15 21:00:16 +00:00

19 lines
280 B
C++

/*
* Copyright 2011 Haiku, Inc.
* Distributed under the terms of the MIT License.
*/
#ifndef B_ABOUT_MENU_ITEM_H
#define B_ABOUT_MENU_ITEM_H
#include <MenuItem.h>
class BAboutMenuItem : public BMenuItem {
public:
BAboutMenuItem();
};
#endif // B_ABOUT_MENU_ITEM_H