Changeset 5376
- Timestamp:
- 06/19/09 13:39:17 (3 years ago)
- Location:
- trunk/Padre-Plugin-SpellCheck
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Padre/Plugin/SpellCheck/Dialog.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/Changes
r5369 r5376 6 6 - remove .po files from MANIFEST.SKIP, they are needed for Debian 7 7 since they are the source for the .mo files (ryan52) 8 - if the user selects one of the suggestions, replace it (ryan52) 8 9 9 10 1.1.1 Fri May 8 17:37:58 CEST 2009 -
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Dialog.pm
r5373 r5376 272 272 Wx::wxLC_SINGLE_SEL, 273 273 ); 274 Wx::Event::EVT_LIST_ITEM_ACTIVATED($self, $list, \&_on_butreplace_clicked); 274 275 $sizer->Add( $list, 275 276 Wx::GBPosition->new(2,0),
Note: See TracChangeset
for help on using the changeset viewer.
