[evolution/webkit-composer: 88/147] Add missing blockquote formatting to styles combo



commit e4386671fb2d7d94656f52c15655e7ab67d91245
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]