diff options
| author | Pablo Barciela <[email protected]> | 2018-08-06 23:22:03 +0200 | 
|---|---|---|
| committer | Pablo Barciela <[email protected]> | 2018-08-06 23:29:13 +0200 | 
| commit | eb7a39bd311d89bf0e798f9d4b2cda80596e9217 (patch) | |
| tree | 31eae5ff1004d60106a6eaf8da02ac86325994f2 | |
| parent | 03238f85321f178e56b62a1f029169f3c21dc964 (diff) | |
| download | pluma-eb7a39bd311d89bf0e798f9d4b2cda80596e9217.tar.bz2 pluma-eb7a39bd311d89bf0e798f9d4b2cda80596e9217.tar.xz | |
spell plugin: Autocheck spelling with [control + F7]
Closes https://github.com/mate-desktop/pluma/issues/335
| -rw-r--r-- | plugins/spell/pluma-spell-plugin.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/spell/pluma-spell-plugin.c b/plugins/spell/pluma-spell-plugin.c index ad5d3c56..9c17c76f 100644 --- a/plugins/spell/pluma-spell-plugin.c +++ b/plugins/spell/pluma-spell-plugin.c @@ -117,7 +117,7 @@ static const GtkToggleActionEntry toggle_action_entries[] =  	{ "AutoSpell",  	  NULL,  	  N_("_Autocheck Spelling"), -	  NULL, +	  "<control>F7",  	  N_("Automatically spell-check the current document"),  	  G_CALLBACK (auto_spell_cb),  	  FALSE | 
