aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-17 02:34:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-17 02:34:37 +0000
commit8fb294d674b5568f698945307faca4cdbe73683f (patch)
tree88a9f98fd4ebe410490fdb69a3251f01fe5fb62d
parent1659717c7e8c18be01154b00cc20ef830ebf169b (diff)
modified build display.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2797 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--src/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c
index 4721ea0e..37b8e460 100644
--- a/src/about.c
+++ b/src/about.c
@@ -105,7 +105,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox), pixmap, FALSE, FALSE, 0);
label = gtk_label_new("Version " VERSION
- " (Build: " Xstr(BUILD_REVISION) ")");
+ " (Build " Xstr(BUILD_REVISION) ")");
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);