Ticket #7052: Deskbar_BarMenuBar_h_style_fix.diff

File Deskbar_BarMenuBar_h_style_fix.diff, 1.5 KB (added by jscipione, 13 years ago)
  • src/apps/deskbar/BarMenuBar.h

    diff --git a/src/apps/deskbar/BarMenuBar.h b/src/apps/deskbar/BarMenuBar.h
    index ef21df1..f748882 100644
    a b Except as contained in this notice, the name of Be Incorporated shall not be  
    2626used in advertising or otherwise to promote the sale, use or other dealings in
    2727this Software without prior written authorization from Be Incorporated.
    2828
    29 Tracker(TM), Be(R), BeOS(R), and BeIA(TM) are trademarks or registered trademarks
    30 of Be Incorporated in the United States and other countries. Other brand product
    31 names are registered trademarks or trademarks of their respective holders.
     29Tracker(TM), Be(R), BeOS(R), and BeIA(TM) are trademarks or registered
     30trademarks of Be Incorporated in the United States and other countries. Other
     31brand product names are registered trademarks or trademarks of their respective
     32holders.
    3233All rights reserved.
    3334*/
    3435
    35 //  Be Menu, used in vertical mode, expanded and mini
    36 //      in mini mode will have team menu next to Be menu
    37 //      Be menu in horizontal mode is embedded in ExpandoMenuBar
     36// Be Menu, used in vertical mode, expanded and mini
     37//   - in mini mode will have team menu next to Be menu
     38//   - Be menu in horizontal mode is embedded in ExpandoMenuBar
    3839
    3940#ifndef BARMENUBAR_H
    4041#define BARMENUBAR_H
    class TBarMenuBar : public BMenuBar {  
    6364
    6465        void InitTrackingHook(bool (* hookfunction)(BMenu*, void*), void* state,
    6566            bool both = false);
    66    
     67
    6768    private:
    6869        TBarView* fBarView;
    6970        TBarMenuTitle* fBeMenuItem;