Our Terminal is already a bit older than 2005...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13852 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-07-29 13:08:22 +00:00
parent f058feb72f
commit b11eac8c18
+1 -1
View File
@@ -154,7 +154,7 @@ TermApp::AboutRequested()
BAlert *alert = new BAlert("about", "Terminal\n"
"\twritten by Kazuho Okui and Takashi Murai\n"
"\tupdated by Kian Duffy and others\n\n"
"\tCopyright 2005, Haiku.\n", "Ok");
"\tCopyright " B_UTF8_COPYRIGHT "2003-2005, Haiku.\n", "Ok");
BTextView *view = alert->TextView();
BFont font;