Changeset 9792 for branches/plugin-system/plugins/acronyms_expander.py
- Timestamp:
- 06/12/08 20:26:08 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin-system/plugins/acronyms_expander.py
r9777 r9792 44 44 super(AcronymsExpanderPlugin, self).__init__() 45 45 46 self. __class__.gui_extension_points = {46 self.gui_extension_points = { 47 47 'chat_control_base' : (self.connect_with_chat_control_base, 48 48 self.disconnect_from_chat_control_base)
