Correct the improved display of the rectangle ratio.

2008-06-13  Martin Nordholts  <martinn@svn.gnome.org>

	* app/tools/gimprectangletool.c (gimp_rectangle_tool_motion):
	Correct the improved display of the rectangle ratio.

svn path=/trunk/; revision=25946
This commit is contained in:
Martin Nordholts 2008-06-13 17:36:26 +00:00 committed by Martin Nordholts
parent 3cb4814efe
commit 6e225b60c7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-13 Martin Nordholts <martinn@svn.gnome.org>
* app/tools/gimprectangletool.c (gimp_rectangle_tool_motion):
Correct the improved display of the rectangle ratio.
2008-06-13 Sven Neumann <sven@gimp.org>
* app/tools/gimptextoptions.c (gimp_text_options_class_init):

View File

@ -1077,7 +1077,7 @@ gimp_rectangle_tool_motion (GimpTool *tool,
{
gchar *aspect_text;
aspect_text = g_strdup_printf (" (1:%.2f)", w / (gdouble) h);
aspect_text = g_strdup_printf (" (%.2f:1)", w / (gdouble) h);
gimp_tool_push_status_coords (tool, display,
_("Rectangle: "),