gtkhtml r8823 - trunk/components/editor
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r8823 - trunk/components/editor
- Date: Wed, 16 Apr 2008 12:54:09 +0100 (BST)
Author: mbarnes
Date: Wed Apr 16 12:54:08 2008
New Revision: 8823
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8823&view=rev
Log:
2008-04-16 Matthew Barnes <mbarnes redhat com>
** Fixes bug #238255
* components/editor/gtkhtml-editor.ui:
* components/editor/gtkhtml-editor-actions.c:
Rename "Headers" menu to "Paragraph Style" and "Style" menu to
"Font Style". Also fix up the mnemonics again.
Modified:
trunk/components/editor/ChangeLog
trunk/components/editor/gtkhtml-editor-actions.c
trunk/components/editor/gtkhtml-editor.ui
Modified: trunk/components/editor/gtkhtml-editor-actions.c
==============================================================================
--- trunk/components/editor/gtkhtml-editor-actions.c (original)
+++ trunk/components/editor/gtkhtml-editor-actions.c Wed Apr 16 12:54:08 2008
@@ -1476,7 +1476,7 @@
{ "properties-paragraph",
NULL,
- N_("_Paragraph..."),
+ N_("Pa_ragraph..."),
NULL,
NULL,
G_CALLBACK (action_properties_paragraph_cb) },
@@ -1567,9 +1567,9 @@
NULL,
NULL },
- { "heading-menu",
+ { "paragraph-style-menu",
NULL,
- N_("_Heading"),
+ N_("_Paragraph Style"),
NULL,
NULL,
NULL },
@@ -1614,7 +1614,7 @@
{ "html-mode",
NULL,
- N_("HTML _Mode"),
+ N_("_HTML Mode"),
NULL,
NULL,
G_CALLBACK (action_html_mode_cb),
@@ -1828,14 +1828,14 @@
{ "font-size-menu",
NULL,
- N_("_Font Size"),
+ N_("Font _Size"),
NULL,
NULL,
NULL },
{ "font-style-menu",
NULL,
- N_("_Style"),
+ N_("_Font Style"),
NULL,
NULL,
NULL },
Modified: trunk/components/editor/gtkhtml-editor.ui
==============================================================================
--- trunk/components/editor/gtkhtml-editor.ui (original)
+++ trunk/components/editor/gtkhtml-editor.ui Wed Apr 16 12:54:08 2008
@@ -71,7 +71,7 @@
</menu>
<menuitem action='properties-text'/>
<separator/>
- <menu action='heading-menu'>
+ <menu action='paragraph-style-menu'>
<menuitem action='style-normal'/>
<separator/>
<menuitem action='style-h1'/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]