Minor patch to unbreak the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3597 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -74,7 +74,7 @@ ImageWindow::ImageWindow(BRect rect, const char *name)
|
|||||||
|
|
||||||
// Setup file open panel
|
// Setup file open panel
|
||||||
fpopenPanel = new BFilePanel(B_OPEN_PANEL, new BMessenger(this),
|
fpopenPanel = new BFilePanel(B_OPEN_PANEL, new BMessenger(this),
|
||||||
NULL, 0, false, new BMessage(M_OPEN_FILE_PANEL), NULL, false, true);
|
(const entry_ref*)NULL, 0L, false, new BMessage(M_OPEN_FILE_PANEL), NULL, false, true);
|
||||||
|
|
||||||
SetSizeLimits(200, 10000, 150, 10000);
|
SetSizeLimits(200, 10000, 150, 10000);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user