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



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