Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#23 fixed Properties dialog Information panel - picture not centered andib
Description

Depending on language (EXTRAWIDTH_PROPNOTEBOOK) the wave symbol is not centered.

#6 fixed Properties dialog shows 2 information pages when WPA is not supported andib
Description

Obviously

   // remove WPA page if WPA not supported
   if (!psdd->fWpaSupported)
      {
      _deleteUlongFromList( IDDLG_PROPERTIES_PAGEWPASUPP, aulPageId, NOTEBOOK_PAGECOUNT);
      _deleteUlongFromList( IDPNL_PROPERTIES_PAGEWPASUPP, aulHelpId, NOTEBOOK_PAGECOUNT);
      }

used in propertiesdlg.c does not work as designed. Maybe wpstk170 bug.

#12 fixed Remove all beeps andib
Description

There are options for audible alerts for different error conditions. But even disabling all there's at least one beep when the wlan interface is getting up and running. Maybe annoying for people who do not have audio muted all the time.

Another source of annoying beeps is the dhconf.cmd supplied with dhclient. Make this configurable too.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.