aboutsummaryrefslogtreecommitdiffstats
path: root/data
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 /data
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 'data')
-rw-r--r--data/ui/epiphany-ui.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml
index 90ae3672c..b9d415f40 100644
--- a/data/ui/epiphany-ui.xml
+++ b/data/ui/epiphany-ui.xml
@@ -108,6 +108,11 @@
</menubar>
<popup name="EphyInputPopup" action="PopupAction">
+ <menuitem name="SpellingSuggestion0" action="ReplaceWithSpellingSuggestion0"/>
+ <menuitem name="SpellingSuggestion1" action="ReplaceWithSpellingSuggestion1"/>
+ <menuitem name="SpellingSuggestion2" action="ReplaceWithSpellingSuggestion2"/>
+ <menuitem name="SpellingSuggestion3" action="ReplaceWithSpellingSuggestion3"/>
+ <separator name="SpellingSeparator"/>
<menuitem name="EditCutIP" action="EditCut"/>
<menuitem name="EditCopyIP" action="EditCopy"/>
<menuitem name="EditPasteIP" action="EditPaste"/>