author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Tue, 7 Jul 2009 06:00:38 +0000 (06:00 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Tue, 7 Jul 2009 06:00:38 +0000 (06:00 +0000) | ||
commit | e5548e29a85f71fef62eec52d292df608b808eb1 | |
tree | 7f184714f7addd40c5bd9e0e24f6ca85d655c8be | tree | snapshot |
parent | f2d929f1294c7bd59bf3d77eb51849ffd37c08a8 | commit | diff |
- Fix bug #396322: "Spell checker crashes the OS X package"
- Include the aspell dictionary files in the app bundle.
- Show an error if at least the en dictionary files are not available.
- Replace the GtkOptionMenu (for selecting which dictionary to add
extra words to) with a GtkComboBox since this one behaves correctly
when it is insensitive. GtkOptionMenu is deprecated and the menu
would appear when clicking on the insensitive widget and then could
not be closed.
- Include the aspell dictionary files in the app bundle.
- Show an error if at least the en dictionary files are not available.
- Replace the GtkOptionMenu (for selecting which dictionary to add
extra words to) with a GtkComboBox since this one behaves correctly
when it is insensitive. GtkOptionMenu is deprecated and the menu
would appear when clicking on the insensitive widget and then could
not be closed.
packaging/macosx/Resources/bin/inkscape | diff | blob | history | |
packaging/macosx/osx-app.sh | diff | blob | history | |
src/dialogs/spellcheck.cpp | diff | blob | history |