From 98c299e6a5672e65ab1933ec20b6425f14131e83 Mon Sep 17 00:00:00 2001 From: Waldemar Kornewald Date: Thu, 19 Apr 2007 20:09:06 +0000 Subject: [PATCH] Cosmetic change. Our website has no www. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20757 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/abouthaiku/AboutHaiku.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/abouthaiku/AboutHaiku.cpp b/src/apps/abouthaiku/AboutHaiku.cpp index 1cdddebc9e..e9648b18e7 100644 --- a/src/apps/abouthaiku/AboutHaiku.cpp +++ b/src/apps/abouthaiku/AboutHaiku.cpp @@ -331,7 +331,7 @@ AboutView::AboutView(const BRect &rect) fCreditsView->Insert(string); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &linkBlue); - fCreditsView->Insert("www.haiku-os.org\n\n"); + fCreditsView->Insert("haiku-os.org\n\n"); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuOrange); fCreditsView->Insert("Team Leads:\n");