int main() { TBarApp app; app.Run(); return B_OK; }
int main() { setlocale(LC_ALL, ""); TBarApp app; app.Run(); return B_OK; }