* Typo :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32029 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexandre Deckner 2009-07-31 16:15:41 +00:00
parent cc77aba101
commit 42158ac76f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ App::App()
BApplication("application/x-vnd.Haiku3d")
{
BRect frame(50, 50, 640 + 50, 480 + 50);
const char *title = "Hauku3d";
const char *title = "Haiku3d";
fMainWindow = new MainWindow(frame, title);
}