Quantcast
Channel: PS2Wiz Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 16

Commented Unassigned: $Host.UI.Prompt does not use Caption in step pane [1373]

$
0
0
When using $Host.UI.Prompt the step pane shows “Prompt”, instead of the caption (see HostUiPrompt.png). When using $Host.UI.PromptForChoice the caption specified in the parameters is used.
Comments: ** Comment from web user: BetaLyte **

You can archive this, but editing PSHostControl.cs line 463, which should be:

```
this.DoChangeWindowTitle("Prompt");
```
and change it to:
```
this.DoChangeWindowTitle(caption);
```


Viewing all articles
Browse latest Browse all 16

Latest Images

Trending Articles





Latest Images