Opened 21 years ago
Last modified 21 years ago
#506 closed Bug report
FZserver - Missing Titles
Reported by: | glenara | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | glenara, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Missing a couple of lines of code to set the title of the
Groups and Users dialog boxes.
CUsersDlg.cpp
BOOL CUsersDlg::OnInitDialog()
{
SetTitle("Users"); <<<
CSAPrefsDialog::OnInitDialog();
CGroupsDlg.cpp
BOOL CGroupsDlg::OnInitDialog()
{
SetTitle("Groups"); <<<
CSAPrefsDialog::OnInitDialog();
I realize this really isn't a bug but I hope it's useful.
Glen
Note:
See TracTickets
for help on using tickets.
Thanks for the bug report, this problem will be fixed in the
next version.