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



commit 5bc65f1f458b97bb180baa37cfc8ed8163ea6c77
Author: Dan VrÃtil <dvratil redhat com>
Date:   Thu Nov 29 20:37:25 2012 +0100

    Add missing blockquote formatting to styles combo

 widgets/editor/e-editor-actions.c |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/widgets/editor/e-editor-actions.c b/widgets/editor/e-editor-actions.c
index 8e1fc75..480b8c8 100644
--- a/widgets/editor/e-editor-actions.c
+++ b/widgets/editor/e-editor-actions.c
@@ -1160,6 +1160,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"),
@@ -1167,12 +1174,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]