[evolution/wip/webkit-composer: 598/966] 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: 598/966] Add missing blockquote	formatting to styles combo
 
- Date: Wed, 23 Apr 2014 10:43:42 +0000 (UTC)
 
commit 5547c684094ebd04a09bc23d7c225e58fe636fee
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]