| 333 | } |
| 334 | |
| 335 | void AudioSetupToolBar::UpdateSelectedPrefs( int id ) |
| 336 | { |
| 337 | if (id == DeviceToolbarPrefsID()) |
| 338 | UpdatePrefs(); |
| 339 | ToolBar::UpdateSelectedPrefs( id ); |
| 340 | } |
| 341 | |
| 342 | |
| 343 | void AudioSetupToolBar::EnableDisableButtons() |
nothing calls this directly
no test coverage detected