From abe73b8b1aa9fe2d3cb7fa779272fa20e841b0b3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 5 Dec 2013 15:37:23 +0100 Subject: Fix use of G --- src/scaling-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scaling-report.c') diff --git a/src/scaling-report.c b/src/scaling-report.c index 17268489..89b2f3f2 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -449,7 +449,7 @@ static void scale_factor_histogram(cairo_t *cr, Crystal **crystals, int n, show_text_simple(cr, "Frequency", -15.0, g_height/2.0, NULL, -M_PI_2, J_CENTER); - show_text_simple(cr, "Inverse scale factor", g_width/2.0, g_height+12.0, + show_text_simple(cr, "Scale factor", g_width/2.0, g_height+12.0, NULL, 0.0, J_CENTER); osf_max = 0.0; -- cgit v1.2.3