Fix application signature.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38558 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
91998e8078
commit
b3ac89d6a1
@ -30,7 +30,7 @@ private:
|
||||
DESCRIPTION: Application constructor
|
||||
*/
|
||||
MainApp :: MainApp(MainWindow::SHAPE shape)
|
||||
: BApplication("application/x_vnd.Haiku")
|
||||
: BApplication("application/x-vnd.Haiku-3DMov")
|
||||
{
|
||||
BRect frame(50, 50, 50+400, 50+300);
|
||||
fWindow = new MainWindow(frame, shape);
|
||||
|
Loading…
x
Reference in New Issue
Block a user