| 136 | |
| 137 | save(ui.window_label); |
| 138 | save(ui.window_name_label); |
| 139 | lang_save_pht(ui.window_name_edit); |
| 140 | lang_save_pht(ui.window_class_edit); |
| 141 | lang_save_pht(ui.window_proc_edit); |
| 142 | |
| 143 | save(ui.clock_label); |
| 144 | save(ui.clock_key_label); |
| 145 | |
| 146 | save(ui.exePath_label); |
| 147 | save(ui.exePath_button); |
| 148 | save(ui.msgView_label); |
| 149 | save(ui.msgView_button); |
| 150 | save(ui.varView_label); |
nothing calls this directly
no test coverage detected