aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLog.ja9
-rw-r--r--src/prefs_toolbar.c2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 463310b0..2423f2a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-14
+
+ * version 2.6.0beta2
+
+2008-11-14
+
+ * src/prefs_toolbar.c: use GTK_STOCK_NETWORK as the icon of POP3
+ remote mailbox.
+
2008-11-13
* po/Makefile.in.in: updated for datarootdir.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 9720e903..1fba5353 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,12 @@
+2008-11-14
+
+ * version 2.6.0beta2
+
+2008-11-14
+
+ * src/prefs_toolbar.c: POP3 リモートメールボックスのアイコンに
+ GTK_STOCK_NETWORK を使用するようにした。
+
2008-11-13
* po/Makefile.in.in: datarootdir のために更新。
diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c
index 2a692360..9cb89b72 100644
--- a/src/prefs_toolbar.c
+++ b/src/prefs_toolbar.c
@@ -46,7 +46,7 @@ static PrefsDisplayItem all_items[] =
STOCK_PIXMAP_MAIL_RECEIVE_ALL, NULL, FALSE, FALSE},
{T_REMOTE_MAILBOX, "remote-mailbox", N_("Remote mailbox"),
N_("POP3 Remote mailbox"),
- STOCK_PIXMAP_MAIL_RECEIVE, NULL, FALSE, FALSE},
+ -1, GTK_STOCK_NETWORK, FALSE, FALSE},
{T_SEND_QUEUE, "send-queue", N_("Send"),
N_("Send queued message(s)"),
STOCK_PIXMAP_MAIL_SEND, NULL, FALSE, FALSE},