Mmmmh, I love Cut & Paste...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10538 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2004-12-27 09:56:01 +00:00
parent 14260ebb3b
commit e411c65862
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
//
// File Name: Menu.cpp
// File Name: MenuWindow.cpp
// Authors: Marc Flerackers (mflerackers@androme.be)
// Stefano Ceccherini (burton666@libero.it)
// Description: BMenuWindow is a custom BWindow for BMenus.
@ -30,6 +30,7 @@
#include <MenuWindow.h>
BMenuWindow::BMenuWindow(BRect frame, BMenu *menu)
:
BWindow(frame, "Menu", B_NO_BORDER_WINDOW_LOOK, B_MODAL_APP_WINDOW_FEEL,