2 * Copyright 2011, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Clemens Zeidler <haiku@clemens-zeidler.de>
10 #include <Application.h>
13 #include "MusicCollectionWindow.h"
16 const char* kAppSignature
= "application/x-vnd.MusicCollection";
20 main(int argc
, char* argv
[])
22 BApplication
app(kAppSignature
);
24 BWindow
* window
= new MusicCollectionWindow(BRect(100, 100, 350, 500),
25 B_TRANSLATE_SYSTEM_NAME("Music Collection"));