Changeset 4188
- Timestamp:
- 04/28/09 08:12:39 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Preferences.pm
r4184 r4188 14 14 15 15 use Class::XSAccessor accessors => { 16 _dict_combo => '_dict_combo', # combo box holding dictionary 16 17 _plugin => '_plugin', # plugin to be configured 17 18 _sizer => '_sizer', # window sizer … … 120 121 Wx::wxCB_READONLY|Wx::wxCB_SORT, 121 122 ); 123 $self->_dict_combo( $combo ); 122 124 123 125 # pack the controls in a box
Note: See TracChangeset
for help on using the changeset viewer.
