aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-11-04 10:47:32 +0000
committerThomas White <taw27@cam.ac.uk>2008-11-04 10:47:32 +0000
commita38d93733759b5e515bc75378c0b4fc53aad0440 (patch)
tree9b38db82bbef14fb55f4e3faa9058e222df21f2b
parent7f9598627f9adc48cb0d822c4434b54a9b7edeb4 (diff)
Line wrapping in prealign.c
-rw-r--r--src/prealign.c7
1 files 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);
}
}