Tracker: style fixes to DirMenu (minor)
This commit is contained in:
@@ -35,6 +35,7 @@ All rights reserved.
|
|||||||
// ToDo:
|
// ToDo:
|
||||||
// get rid of fMenuBar, SetMenuBar and related mess
|
// get rid of fMenuBar, SetMenuBar and related mess
|
||||||
|
|
||||||
|
|
||||||
#include <Catalog.h>
|
#include <Catalog.h>
|
||||||
#include <Debug.h>
|
#include <Debug.h>
|
||||||
#include <Directory.h>
|
#include <Directory.h>
|
||||||
@@ -58,6 +59,9 @@ All rights reserved.
|
|||||||
#define B_TRANSLATION_CONTEXT "DirMenu"
|
#define B_TRANSLATION_CONTEXT "DirMenu"
|
||||||
|
|
||||||
|
|
||||||
|
// #pragma mark - BDirMenu
|
||||||
|
|
||||||
|
|
||||||
BDirMenu::BDirMenu(BMenuBar* bar, BMessenger target, uint32 command,
|
BDirMenu::BDirMenu(BMenuBar* bar, BMessenger target, uint32 command,
|
||||||
const char* entryName)
|
const char* entryName)
|
||||||
:
|
:
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ of Be Incorporated in the United States and other countries. Other brand product
|
|||||||
names are registered trademarks or trademarks of their respective holders.
|
names are registered trademarks or trademarks of their respective holders.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
*/
|
*/
|
||||||
#ifndef DIR_MENU_H
|
#ifndef _DIR_MENU_H
|
||||||
#define DIR_MENU_H
|
#define _DIR_MENU_H
|
||||||
|
|
||||||
|
|
||||||
#include <PopUpMenu.h>
|
#include <PopUpMenu.h>
|
||||||
@@ -77,4 +77,5 @@ BDirMenu::SetMenuBar(BMenuBar* bar)
|
|||||||
|
|
||||||
using namespace BPrivate;
|
using namespace BPrivate;
|
||||||
|
|
||||||
#endif
|
|
||||||
|
#endif // _DIR_MENU_H
|
||||||
|
|||||||
Reference in New Issue
Block a user