Added about box message.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6934 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
mahlzeit
2004-03-08 20:56:03 +00:00
parent a16d55dd54
commit ac8402f0ea
+5 -2
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2002-2003 Matthijs Hollemans * Copyright (c) 2002-2004 Matthijs Hollemans
* *
* Permission is hereby granted, free of charge, to any person obtaining a * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
@@ -59,7 +59,10 @@ MidiServerApp::~MidiServerApp()
void MidiServerApp::AboutRequested() void MidiServerApp::AboutRequested()
{ {
(new BAlert(0, (new BAlert(0,
"-write something funny here-", "OpenBeOS midi_server\n\n"
"notes disguised as bytes\n"
"propagating to endpoints,\n"
"an aural delight",
"Okay", 0, 0, B_WIDTH_AS_USUAL, "Okay", 0, 0, B_WIDTH_AS_USUAL,
B_INFO_ALERT))->Go(); B_INFO_ALERT))->Go();
} }