diff options
author | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2007-04-01 18:38:41 +0000 |
---|---|---|
committer | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2007-04-01 18:38:41 +0000 |
commit | 78d04f8f2d6c36e372472328bc3b549e7419e96b (patch) | |
tree | 9dcb9dddb21b6d20c6bfd87b50b0c3396894e100 /src | |
parent | cffdac83222aef2b7d6381a1bf4f639789b65d82 (diff) |
Tweaks in 'About' box
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@24 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src')
-rw-r--r-- | src/displaywindow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displaywindow.c b/src/displaywindow.c index fa0365a..8f7d226 100644 --- a/src/displaywindow.c +++ b/src/displaywindow.c @@ -92,15 +92,15 @@ static void displaywindow_about() { gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(window), PACKAGE_NAME); gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(window), PACKAGE_VERSION); - gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window), "(c) 2006-2007 Thomas White <taw27@cam.ac.uk>"); + gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window), "(c) 2006-2007 Thomas White and contributors"); gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(window), "Diffraction Tomography Reconstruction"); gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(window), "(c) 2006-2007 Thomas White <taw27@cam.ac.uk>\n" "Virtual trackball (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n" "See Credits for a full list of contributors\n" "\n" "Research funded by:\n" - "The Engineering and Physical Sciences Research Council\n" - "FEI Electron Optics B.V."); + "FEI Electron Optics B.V.\n" + "The Engineering and Physical Sciences Research Council"); gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(window), "http://www-hrem.msm.cam.ac.uk/"); gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(window), authors); |