From 8fb294d674b5568f698945307faca4cdbe73683f Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 17 Jan 2011 02:34:37 +0000 Subject: modified build display. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2797 ee746299-78ed-0310-b773-934348b2243d --- src/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3