From 385605d0c9f09583d54ac135bdc8ef80b772bcac Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 7 Aug 2010 23:17:47 +0000 Subject: [PATCH] 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 --- src/preferences/locale/Locale.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/preferences/locale/Locale.cpp b/src/preferences/locale/Locale.cpp index 5b1d5da836..25046562c3 100644 --- a/src/preferences/locale/Locale.cpp +++ b/src/preferences/locale/Locale.cpp @@ -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(); }