aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.h
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-01 04:47:13 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-09 06:52:17 +0800
commita0f0e5368807f17685ec8836be24eef43541e329 (patch)
tree553fb56ace3379dcd2a67d7dd8427dacab0abf38 /src/popup-commands.h
parent490f0b5228d4972ba16ce375cf3a6989a20ae113 (diff)
downloadgsoc2013-epiphany-a0f0e5368807f17685ec8836be24eef43541e329.tar
gsoc2013-epiphany-a0f0e5368807f17685ec8836be24eef43541e329.tar.gz
gsoc2013-epiphany-a0f0e5368807f17685ec8836be24eef43541e329.tar.bz2
gsoc2013-epiphany-a0f0e5368807f17685ec8836be24eef43541e329.tar.lz
gsoc2013-epiphany-a0f0e5368807f17685ec8836be24eef43541e329.tar.xz
gsoc2013-epiphany-a0f0e5368807f17685ec8836be24eef43541e329.tar.zst
gsoc2013-epiphany-a0f0e5368807f17685ec8836be24eef43541e329.zip
Add suggestions to correct misspellings to the context menu
When the user right-clicks on a misspelled word a number of possible corrections will be offered by Epiphany. Selecting one of them will replace the misspelled word by the suggestion.
Diffstat (limited to 'src/popup-commands.h')
-rw-r--r--src/popup-commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/popup-commands.h b/src/popup-commands.h
index 02d44c188..f18056479 100644
--- a/src/popup-commands.h
+++ b/src/popup-commands.h
@@ -68,3 +68,7 @@ void popup_cmd_save_image_as (GtkAction *action,
void popup_cmd_inspect_element (GtkAction *action,
EphyWindow *window);
+
+void popup_replace_spelling (GtkAction *action,
+ EphyWindow *window);
+