aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.ja8
-rw-r--r--src/icons/group.xpm8
3 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index dffb02a6..0093bc26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-10-16
+
+ * version 2.3.0beta3
+
+2006-10-16
+
+ * src/icons/group.xpm: removed the extra spaces.
+
2006-10-13
* libsylph/socket.c: win32: properly handle WSAEWOULDBLOCK.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index d50c076d..e854c759 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,11 @@
+2006-10-16
+
+ * version 2.3.0beta3
+
+2006-10-16
+
+ * src/icons/group.xpm: 余分な空白を除去。
+
2006-10-13
* libsylph/socket.c: win32: WSAEWOULDBLOCK を正しく処理するようにした。
diff --git a/src/icons/group.xpm b/src/icons/group.xpm
index 0735a3cc..7f87ed8c 100644
--- a/src/icons/group.xpm
+++ b/src/icons/group.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char * group_xpm[] = {
-"16 16 78 1",
+"16 12 78 1",
" c None",
". c #000000",
"+ c #83D47A",
@@ -79,8 +79,6 @@ static char * group_xpm[] = {
"K c #6ED06E",
"L c #65C765",
"M c #53A355",
-" ",
-" ",
" .... ",
" .+@@#. ",
" .$%&*%=...... ",
@@ -92,6 +90,4 @@ static char * group_xpm[] = {
" .aopqr}sgltuv.",
" .^5wk*xyzmABC.",
" .DEFGHIJKLvCM.",
-" ............ ",
-" ",
-" "};
+" ............ "};