The port BTextControl is now inited to default HP JetDirect protocol port number (9100).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11154 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2005-01-30 11:41:52 +00:00
parent fa38d4cac8
commit 0bd6021a12
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ void SetupView::AttachedToWindow()
/* queue name box */
queue = new BTextControl(QUEUE_RECT, "", QUEUE_TEXT, "", NULL);
queue = new BTextControl(QUEUE_RECT, "", QUEUE_TEXT, "9100", NULL); // 9100 is default HP JetDirect port number
AddChild(queue);
queue->SetDivider(width);