Merge branch 'master' into x86_64

This commit is contained in:
Alex Smith
2012-08-06 12:34:03 +01:00
314 changed files with 1703 additions and 932 deletions
+1
View File
@@ -649,6 +649,7 @@ BApplication::AboutRequested()
thread_info info;
if (get_thread_info(Thread(), &info) == B_OK) {
BAlert *alert = new BAlert("_about_", info.name, "OK");
alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
alert->Go(NULL);
}
}