gimp r27445 - in trunk: . app/actions menus
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27445 - in trunk: . app/actions menus
- Date: Mon, 27 Oct 2008 20:40:07 +0000 (UTC)
Author: mitch
Date: Mon Oct 27 20:40:07 2008
New Revision: 27445
URL: http://svn.gnome.org/viewvc/gimp?rev=27445&view=rev
Log:
2008-10-27 Michael Natterer <mitch gimp org>
* app/actions/text-tool-actions.c
* app/actions/text-tool-commands.[ch]
* menus/text-tool-menu.xml: rename action "path-from-text" to
"text-to-path".
Modified:
trunk/ChangeLog
trunk/app/actions/text-tool-actions.c
trunk/app/actions/text-tool-commands.c
trunk/app/actions/text-tool-commands.h
trunk/menus/text-tool-menu.xml
Modified: trunk/app/actions/text-tool-actions.c
==============================================================================
--- trunk/app/actions/text-tool-actions.c (original)
+++ trunk/app/actions/text-tool-actions.c Mon Oct 27 20:40:07 2008
@@ -80,10 +80,10 @@
G_CALLBACK (text_tool_clear_cmd_callback),
NULL },
- { "text-tool-path-from-text", GIMP_STOCK_PATH,
+ { "text-tool-text-to-path", GIMP_STOCK_PATH,
N_("_Path from Text"), "",
N_("Create a path from the outlines of the current text"),
- G_CALLBACK (text_tool_path_from_text_cmd_callback),
+ G_CALLBACK (text_tool_text_to_path_cmd_callback),
NULL },
{ "text-tool-text-along-path", GIMP_STOCK_PATH,
@@ -175,6 +175,6 @@
SET_SENSITIVE ("text-tool-delete", text_sel);
SET_SENSITIVE ("text-tool-clear", text_layer);
SET_SENSITIVE ("text-tool-load", image);
- SET_SENSITIVE ("text-tool-path-from-text", text_layer);
+ SET_SENSITIVE ("text-tool-text-to-path", text_layer);
SET_SENSITIVE ("text-tool-text-along-path", text_layer && vectors);
}
Modified: trunk/app/actions/text-tool-commands.c
==============================================================================
--- trunk/app/actions/text-tool-commands.c (original)
+++ trunk/app/actions/text-tool-commands.c Mon Oct 27 20:40:07 2008
@@ -158,8 +158,8 @@
}
void
-text_tool_path_from_text_cmd_callback (GtkAction *action,
- gpointer data)
+text_tool_text_to_path_cmd_callback (GtkAction *action,
+ gpointer data)
{
GimpTextTool *text_tool = GIMP_TEXT_TOOL (data);
Modified: trunk/app/actions/text-tool-commands.h
==============================================================================
--- trunk/app/actions/text-tool-commands.h (original)
+++ trunk/app/actions/text-tool-commands.h Mon Oct 27 20:40:07 2008
@@ -32,7 +32,7 @@
gpointer data);
void text_tool_clear_cmd_callback (GtkAction *action,
gpointer data);
-void text_tool_path_from_text_cmd_callback (GtkAction *action,
+void text_tool_text_to_path_cmd_callback (GtkAction *action,
gpointer data);
void text_tool_text_along_path_cmd_callback (GtkAction *action,
gpointer data);
Modified: trunk/menus/text-tool-menu.xml
==============================================================================
--- trunk/menus/text-tool-menu.xml (original)
+++ trunk/menus/text-tool-menu.xml Mon Oct 27 20:40:07 2008
@@ -11,7 +11,7 @@
<menuitem action="text-tool-load" />
<menuitem action="text-tool-clear" />
<separator />
- <menuitem action="text-tool-path-from-text" />
+ <menuitem action="text-tool-text-to-path" />
<menuitem action="text-tool-text-along-path" />
<separator />
<menuitem action="text-tool-direction-ltr" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]