CID 1722: Allocate BAboutWindow on the stack.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37958 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -101,7 +101,7 @@ App::AboutRequested()
|
|||||||
const char* authors[2];
|
const char* authors[2];
|
||||||
authors[0] = "Stephan Aßmus (aka stippi)";
|
authors[0] = "Stephan Aßmus (aka stippi)";
|
||||||
authors[1] = NULL;
|
authors[1] = NULL;
|
||||||
(new BAboutWindow("LaunchBox", 2004, authors))->Show();
|
BAboutWindow("LaunchBox", 2004, authors).Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user