Clear and rebuild the HelpFiles section in changes
(self)
| 2198 | self.set_add_delete_state() |
| 2199 | |
| 2200 | def update_help_changes(self): |
| 2201 | "Clear and rebuild the HelpFiles section in changes" |
| 2202 | changes['main']['HelpFiles'] = {} |
| 2203 | for num in range(1, len(self.user_helplist) + 1): |
| 2204 | changes.add_option( |
| 2205 | 'main', 'HelpFiles', str(num), |
| 2206 | ';'.join(self.user_helplist[num-1][:2])) |
| 2207 | |
| 2208 | def load_helplist(self): |
| 2209 | # Set additional help sources. |