Introducing BAboutMenuItem.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40956 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2011-03-15 01:04:41 +00:00
parent 21b9693bd2
commit 12d8a9f85b
3 changed files with 61 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/*
* 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(const char* appName);
};
#endif // B_ABOUT_MENU_ITEM_H