Removed Print test page button until the feature is actually available.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40220 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2011-01-12 18:01:19 +00:00
parent e19ab31f64
commit 9b8e30176a

View File

@ -276,7 +276,7 @@ PrintersWindow::_BuildGUI()
fPrintTestPage = new BButton(BRect(5,60,5,60), "print_test_page",
B_TRANSLATE("Print test page"), new BMessage(kMsgPrintTestPage),
B_FOLLOW_RIGHT);
printersBox->AddChild(fPrintTestPage);
// printersBox->AddChild(fPrintTestPage);
fPrintTestPage->ResizeToPreferred();
if (fPrintTestPage->Bounds().Width() > maxWidth)