aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-24 09:37:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-24 09:37:13 +0000
commit4e94805f2abd952eaaed7cf9990ddf13cbc1e66f (patch)
treeb20801de407618068da21c5ddaf6e818466d1707 /src
parent38f46204d02b2aaf3e61b480c13ab92bcedfde87 (diff)
fixed procmime_get_part_fp_fp(). updated LegalCopyright. updated version to 3.1.0.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2826 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/prefs_common_dialog.c1
-rw-r--r--src/sylpheed.rc.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index e28ec172..36554540 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -945,7 +945,6 @@ static void prefs_send_create(void)
GtkWidget *checkbtn_savemsg;
GtkWidget *checkbtn_filter_sent;
GtkWidget *checkbtn_recipients_autoreg;
- GtkWidget *vbox3;
GtkWidget *checkbtn_show_send_dialog;
GtkWidget *label;
GtkWidget *checkbtn_check_attach;
diff --git a/src/sylpheed.rc.in b/src/sylpheed.rc.in
index 3b0226e2..6ab9960d 100644
--- a/src/sylpheed.rc.in
+++ b/src/sylpheed.rc.in
@@ -15,7 +15,7 @@ BEGIN
VALUE "FileDescription", "Sylpheed\0"
VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@MICRO_VERSION@.@BUILD_REVISION@\0"
VALUE "InternalName", "sylpheed\0"
- VALUE "LegalCopyright", "Copyright (C) 1999-2010 Hiroyuki Yamamoto\0"
+ VALUE "LegalCopyright", "Copyright (C) 1999-2011 Hiroyuki Yamamoto\0"
VALUE "OriginalFilename", "sylpheed.exe\0"
VALUE "ProductName", "Sylpheed\0"
VALUE "ProductVersion", "@VERSION@\0"