diff options
Diffstat (limited to 'plugins/external-editor')
-rw-r--r-- | plugins/external-editor/external-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c index c58ac88bdc..46f3be3211 100644 --- a/plugins/external-editor/external-editor.c +++ b/plugins/external-editor/external-editor.c @@ -413,7 +413,7 @@ static void launch_editor (GtkAction *action, EMsgComposer *composer) static GtkActionEntry entries[] = { { "ExternalEditor", - GTK_STOCK_EDIT, + NULL, N_("Compose in External Editor"), "<Shift><Control>e", N_("Compose in External Editor"), |