From f0125931b4a05808e0c3c14c1961bf12da7fcde2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 9 Nov 2008 17:36:38 +0000 Subject: [PATCH] Fix incorrect flag and resizing mode order. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28577 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- 3rdparty/mmu_man/themes/ThemeInterfaceView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp b/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp index 63497877af..83e68cb37e 100644 --- a/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp +++ b/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp @@ -269,7 +269,7 @@ ThemeInterfaceView::AllAttached() fScreenshotPane->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR)); #endif - fScreenshotNone = new BStringView(BRect(), "sshotnone", _T("No Theme selected"), (uint32) 0, B_FOLLOW_ALL); + fScreenshotNone = new BStringView(BRect(), "sshotnone", _T("No Theme selected"), B_FOLLOW_ALL); fScreenshotNone->SetFontSize(20.0); fScreenshotNone->SetAlignment(B_ALIGN_CENTER); fBox->AddChild(fScreenshotNone);