diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.ja | 4 | ||||
-rw-r--r-- | src/icons/dir-close.xpm | 6 | ||||
-rw-r--r-- | src/icons/dir-noselect.xpm | 6 | ||||
-rw-r--r-- | src/icons/dir-open.xpm | 6 |
5 files changed, 14 insertions, 12 deletions
@@ -1,5 +1,9 @@ 2006-10-10 + * src/icons/dir-*.xpm: removed extra spaces. + +2006-10-10 + * src/main.c: win32: use small icon for application icon (fixes icon image got garbled). diff --git a/ChangeLog.ja b/ChangeLog.ja index dc0a7a8d..58308cd0 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,5 +1,9 @@ 2006-10-10 + * src/icons/dir-*.xpm: 余分なスペースを除去。 + +2006-10-10 + * src/main.c: win32: アプリケーションアイコンに小さなアイコンを使用 (アイコンが汚くなるのを修正)。 diff --git a/src/icons/dir-close.xpm b/src/icons/dir-close.xpm index 092ee8c1..a3b45034 100644 --- a/src/icons/dir-close.xpm +++ b/src/icons/dir-close.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * dir_close_xpm[] = { -"16 14 81 1", +"16 12 81 1", " c None", ". c #000000", "+ c #79A0D4", @@ -82,7 +82,6 @@ static char * dir_close_xpm[] = { "N c #6E8ED0", "O c #6585C7", "P c #536BA3", -" ", " .... ", " .+@@#. ", " .$%&*=-...... ", @@ -94,5 +93,4 @@ static char * dir_close_xpm[] = { " .bpqrs|thmuvw.", " .x6yz*ABCnDEF.", " .GHIJKLMNOwFP.", -" ............ ", -" "}; +" ............ "}; diff --git a/src/icons/dir-noselect.xpm b/src/icons/dir-noselect.xpm index e4685075..174be036 100644 --- a/src/icons/dir-noselect.xpm +++ b/src/icons/dir-noselect.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * dir_noselect_xpm[] = { -"16 14 75 1", +"16 12 75 1", " c None", ". c #7F7F7F", "+ c #BCCFE9", @@ -76,7 +76,6 @@ static char * dir_noselect_xpm[] = { "H c #B6C6E7", "I c #B2C2E3", "J c #A9B5D1", -" ", " .... ", " .+@@#. ", " .$%&*=-...... ", @@ -88,5 +87,4 @@ static char * dir_noselect_xpm[] = { " .0lmno}peiqrs.", " ./4tu*vwxjyzA.", " .B*CDEFGHIsAJ.", -" ............ ", -" "}; +" ............ "}; diff --git a/src/icons/dir-open.xpm b/src/icons/dir-open.xpm index 2312616d..7a01dad4 100644 --- a/src/icons/dir-open.xpm +++ b/src/icons/dir-open.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * dir_open_xpm[] = { -"16 14 64 1", +"16 12 64 1", " c None", ". c #000000", "+ c #7EA4D8", @@ -65,7 +65,6 @@ static char * dir_open_xpm[] = { "w c #8CB4E0", "x c #8BB2DF", "y c #759ED5", -" ", " .... ", " .+@#$. ", " .$%&*=-...... ", @@ -77,5 +76,4 @@ static char * dir_open_xpm[] = { " .5jjkkkkkflm.n.", " .dopppppqlrs..", " .tuvvvvvvwxy..", -" ............ ", -" "}; +" ............ "}; |