From a38d93733759b5e515bc75378c0b4fc53aad0440 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 4 Nov 2008 10:47:32 +0000 Subject: Line wrapping in prealign.c --- src/prealign.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/prealign.c b/src/prealign.c index cd53cbc..ee57529 100644 --- a/src/prealign.c +++ b/src/prealign.c @@ -68,8 +68,8 @@ void prealign_do_series(ControlContext *ctx) { pb->n = 0; pb->ctx = ctx; pb->id = imagedisplay_open_with_message(ctx->images->images[pb->n], "Image Pre-alignment", - "Click the centre of the zero-order beam as accurately as you can.", IMAGEDISPLAY_QUIT_IF_CLOSED, - G_CALLBACK(prealign_clicked), pb); + "Click the centre of the zero-order beam as accurately as you can.", + IMAGEDISPLAY_QUIT_IF_CLOSED, G_CALLBACK(prealign_clicked), pb); } @@ -182,7 +182,8 @@ void prealign_sum_stack(ImageList *list, int have_centres, int sum_stack) { total_record.image = image_total; total_record.width = twidth; total_record.height = theight; - sum_id = imagedisplay_open(total_record, "Sum of All Images", IMAGEDISPLAY_SHOW_CENTRE | IMAGEDISPLAY_SHOW_TILT_AXIS | IMAGEDISPLAY_FREE); + sum_id = imagedisplay_open(total_record, "Sum of All Images", + IMAGEDISPLAY_SHOW_CENTRE | IMAGEDISPLAY_SHOW_TILT_AXIS | IMAGEDISPLAY_FREE); } } -- cgit v1.2.3