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:
parent
fa38d4cac8
commit
0bd6021a12
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user