Implemented run_be_about()

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13323 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-06-28 17:36:31 +00:00
parent df6d71c9fe
commit feb8560ca9
1 changed files with 2 additions and 2 deletions

View File

@ -642,8 +642,8 @@ run_add_printer_panel()
_IMPEXP_BE void
run_be_about()
{
// Unsure about how to implement this.
// TODO: Implement
if (be_roster != NULL)
be_roster->Launch("application/x-vnd.haiku-AboutHaiku");
}