| 344 | } |
| 345 | |
| 346 | void DeviceToolBar::UpdateSelectedPrefs( int id ) |
| 347 | { |
| 348 | if (id == DeviceToolbarPrefsID()) |
| 349 | UpdatePrefs(); |
| 350 | ToolBar::UpdateSelectedPrefs( id ); |
| 351 | } |
| 352 | |
| 353 | |
| 354 | void DeviceToolBar::EnableDisableButtons() |
nothing calls this directly
no test coverage detected