From 702b0340774e3e3527a65b53dd60945bc0289e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 7 Nov 2006 00:54:20 +0000 Subject: [PATCH] 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 --- src/kits/interface/InterfaceDefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/interface/InterfaceDefs.cpp b/src/kits/interface/InterfaceDefs.cpp index 5914ebe129..9844b68792 100644 --- a/src/kits/interface/InterfaceDefs.cpp +++ b/src/kits/interface/InterfaceDefs.cpp @@ -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"); }