Correct previous fix, clearly I'm not as awake as I should be.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37961 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
446287462b
commit
385605d0c9
@ -97,8 +97,7 @@ LocalePreflet::AboutRequested()
|
||||
authors[0] = "Axel Dörfler";
|
||||
authors[1] = "Adrien Destugues";
|
||||
authors[2] = NULL;
|
||||
BAboutWindow about = new BAboutWindow(B_TRANSLATE("Locale"), 2005,
|
||||
authors);
|
||||
BAboutWindow about(B_TRANSLATE("Locale"), 2005, authors);
|
||||
about.Show();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user