aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-30 07:03:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-30 07:03:35 +0000
commit490f8a3c8523df7b71399d30cf61fd3e503c54da (patch)
tree33b29a87660ef4c37c3c5bef4933e12f24ec9733 /src/mainwindow.h
parent4ac2fa43ff3f49550c8a4db7dcfae5c5be4cf4b3 (diff)
added new toolbar items.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1512 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 9c591fe8..38fbefcb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -89,6 +89,11 @@ struct _MainWindow
GtkWidget *junk_btn;
GtkWidget *exec_btn;
GtkWidget *next_btn;
+ GtkWidget *prev_btn;
+ GtkWidget *address_btn;
+ GtkWidget *print_btn;
+ GtkWidget *prefs_common_btn;
+ GtkWidget *prefs_account_btn;
/* body */
GtkWidget *vbox_body;