debug_server: Remove duplicate setting of B_FLOATING_ALL_WINDOW_FEEL.
This commit is contained in:
@@ -34,8 +34,6 @@ DebugWindow::DebugWindow(const char* appName)
|
|||||||
fSemaphore(create_sem(0, "DebugWindow")),
|
fSemaphore(create_sem(0, "DebugWindow")),
|
||||||
fAction(kActionKillTeam)
|
fAction(kActionKillTeam)
|
||||||
{
|
{
|
||||||
SetFeel(B_FLOATING_ALL_WINDOW_FEEL);
|
|
||||||
|
|
||||||
BString buffer(B_TRANSLATE(
|
BString buffer(B_TRANSLATE(
|
||||||
"The application:\n\n %app\n\n"
|
"The application:\n\n %app\n\n"
|
||||||
"has encountered an error which prevents it from continuing. Haiku "
|
"has encountered an error which prevents it from continuing. Haiku "
|
||||||
|
|||||||
Reference in New Issue
Block a user