I changed the signature of AboutHaiku, but I forgot to update it here - now Deskbar should

show the app again when choosing the "About Haiku" menu item :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19218 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-11-07 00:54:20 +00:00
parent c74d27255b
commit 702b034077
+1 -1
View File
@@ -673,7 +673,7 @@ _IMPEXP_BE void
run_be_about()
{
if (be_roster != NULL)
be_roster->Launch("application/x-vnd.haiku-AboutHaiku");
be_roster->Launch("application/x-vnd.Haiku-About");
}