[evolution/wip/webkit-composer: 87/262] Add missing blockquote formatting to styles combo
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 87/262] Add missing blockquote formatting to styles combo
- Date: Thu, 16 Jan 2014 09:55:11 +0000 (UTC)
commit b3b821a98e75e6e37afafe8cbfdf5b2300565b42
Author: Dan Vrátil <dvratil redhat com>
Date: Thu Nov 29 20:37:25 2012 +0100
Add missing blockquote formatting to styles combo
e-util/e-editor-actions.c | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/e-util/e-editor-actions.c b/e-util/e-editor-actions.c
index f58f938..15398e2 100644
--- a/e-util/e-editor-actions.c
+++ b/e-util/e-editor-actions.c
@@ -1159,6 +1159,13 @@ static GtkRadioActionEntry core_style_entries[] = {
NULL,
E_EDITOR_SELECTION_BLOCK_FORMAT_H6 },
+ { "style-preformat",
+ NULL,
+ N_("_Preformatted"),
+ "<Control>7",
+ NULL,
+ E_EDITOR_SELECTION_BLOCK_FORMAT_PRE },
+
{ "style-address",
NULL,
N_("A_ddress"),
@@ -1166,12 +1173,12 @@ static GtkRadioActionEntry core_style_entries[] = {
NULL,
E_EDITOR_SELECTION_BLOCK_FORMAT_ADDRESS },
- { "style-preformat",
- NULL,
- N_("_Preformatted"),
- "<Control>7",
- NULL,
- E_EDITOR_SELECTION_BLOCK_FORMAT_PRE },
+ { "style-blockquote",
+ NULL,
+ N_("_Blockquote"),
+ "<Control>9",
+ NULL,
+ E_EDITOR_SELECTION_BLOCK_FORMAT_BLOCKQUOTE },
{ "style-list-bullet",
NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]