Ticket #7052: Deskbar_TeamMenuItem_h_style_fix.diff

File Deskbar_TeamMenuItem_h_style_fix.diff, 1.6 KB (added by jscipione, 13 years ago)
  • src/apps/deskbar/TeamMenuItem.h

    diff --git a/src/apps/deskbar/TeamMenuItem.h b/src/apps/deskbar/TeamMenuItem.h
    index efcd7d0..9bfd28b 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#ifndef TEAMMENUITEM_H
    class TTeamMenuItem : public BMenuItem {  
    5354            float width = -1.0f, float height = -1.0f,
    5455            bool drawLabel = true, bool vertical = true);
    5556        TTeamMenuItem(float width = -1.0f, float height = -1.0f,
    56             bool vertical=true);
     57            bool vertical = true);
    5758        virtual ~TTeamMenuItem();
    5859
    5960        status_t Invoke(BMessage* msg = NULL);
    class TTeamMenuItem : public BMenuItem {  
    8283        friend class TExpandoMenuBar;
    8384        void InitData(BList* team, BBitmap* icon, char* name, char* sig,
    8485            float width = -1.0f, float height = -1.0f,
    85             bool drawLabel = true,bool vertical=true);
     86            bool drawLabel = true, bool vertical = true);
    8687
    8788        bool _IsSelected() const;
    8889