From 4fe0156b18e2330be391b804da341e546164b85f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 31 Oct 2006 10:51:33 +0000 Subject: [PATCH] Made all bitmaps 16x16 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/richtext/bitmaps/copy.xpm | 5 +++-- samples/richtext/bitmaps/cut.xpm | 5 +++-- samples/richtext/bitmaps/open.xpm | 3 ++- samples/richtext/bitmaps/paste.xpm | 5 +++-- samples/richtext/bitmaps/redo.xpm | 3 ++- samples/richtext/bitmaps/save.xpm | 5 +++-- samples/richtext/bitmaps/undo.xpm | 3 ++- 7 files changed, 18 insertions(+), 11 deletions(-) diff --git a/samples/richtext/bitmaps/copy.xpm b/samples/richtext/bitmaps/copy.xpm index 95ad44880d..7115767818 100644 --- a/samples/richtext/bitmaps/copy.xpm +++ b/samples/richtext/bitmaps/copy.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *copy_xpm[] = { /* columns rows colors chars-per-pixel */ -"16 15 23 1", +"16 16 23 1", "o c #97C4E7", "* c #FFFFFF", "@ c #60A9DA", @@ -40,5 +40,6 @@ static char *copy_xpm[] = { " .32<.*-432,>:. ", " .....**-432,>. ", " .***-432,. ", -" .......... " +" .......... ", +" " }; diff --git a/samples/richtext/bitmaps/cut.xpm b/samples/richtext/bitmaps/cut.xpm index 8afa8f6d15..8baaa03ed0 100644 --- a/samples/richtext/bitmaps/cut.xpm +++ b/samples/richtext/bitmaps/cut.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *cut_xpm[] = { /* columns rows colors chars-per-pixel */ -"16 15 25 1", +"16 16 25 1", "6 c #D8BDC0", ": c #C3C3C4", "- c #FFFFFF", @@ -42,5 +42,6 @@ static char *cut_xpm[] = { " ,2 4< <5 2, ", " <, ,2 2, ,< ", " 23,<5 5<,32 ", -" 6225 522> " +" 6225 522> ", +" " }; diff --git a/samples/richtext/bitmaps/open.xpm b/samples/richtext/bitmaps/open.xpm index 5a1b555260..9bb7394ecf 100644 --- a/samples/richtext/bitmaps/open.xpm +++ b/samples/richtext/bitmaps/open.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *open_xpm[] = { /* columns rows colors chars-per-pixel */ -"16 15 36 1", +"16 16 36 1", "6 c #9BACC2", "< c #9AEA53", "9 c #94A5BD", @@ -53,5 +53,6 @@ static char *open_xpm[] = { "Xw2O963:>>er0t; ", "X&y2O963:>,er; ", "uXXXXXXXXXXXX; ", +" ", " " }; diff --git a/samples/richtext/bitmaps/paste.xpm b/samples/richtext/bitmaps/paste.xpm index 57e7f2a593..32d98be732 100644 --- a/samples/richtext/bitmaps/paste.xpm +++ b/samples/richtext/bitmaps/paste.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *paste_xpm[] = { /* columns rows colors chars-per-pixel */ -"16 15 25 1", +"16 16 25 1", "< c #FEECE4", "> c #FEE3D7", "O c #FFFFFF", @@ -42,5 +42,6 @@ static char *paste_xpm[] = { ".3<<>--#.O21=:. ", ".45<<>--....... ", ".6453<>----. ", -"............ " +"............ ", +" " }; diff --git a/samples/richtext/bitmaps/redo.xpm b/samples/richtext/bitmaps/redo.xpm index 442c1d036b..6e8c7aad23 100644 --- a/samples/richtext/bitmaps/redo.xpm +++ b/samples/richtext/bitmaps/redo.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *redo_xpm[] = { /* columns rows colors chars-per-pixel */ -"16 15 37 1", +"16 16 37 1", "4 c #9BACC2", "; c #4C7398", "3 c #547B99", @@ -54,5 +54,6 @@ static char *redo_xpm[] = { " 8rty8 ", " 8wu+ ", " i## ", +" ", " " }; diff --git a/samples/richtext/bitmaps/save.xpm b/samples/richtext/bitmaps/save.xpm index 3bf3abb3ee..6e3e350d8c 100644 --- a/samples/richtext/bitmaps/save.xpm +++ b/samples/richtext/bitmaps/save.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *save_xpm[] = { /* columns rows colors chars-per-pixel */ -"16 15 21 1", +"16 16 21 1", "O c #FFFFFF", "> c #D5D6D8", "; c #446A8C", @@ -38,5 +38,6 @@ static char *save_xpm[] = { " @@$%X;;:>,O$@ .", " @@$%X;;<12O$@ .", " @@$<<2OOOOO$@ .", -". .." +". ..", +" " }; diff --git a/samples/richtext/bitmaps/undo.xpm b/samples/richtext/bitmaps/undo.xpm index 529123fc7b..2ce081d46c 100644 --- a/samples/richtext/bitmaps/undo.xpm +++ b/samples/richtext/bitmaps/undo.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *undo_xpm[] = { /* columns rows colors chars-per-pixel */ -"16 15 37 1", +"16 16 37 1", "4 c #9BACC2", "* c #4C7398", "2 c #547B99", @@ -54,5 +54,6 @@ static char *undo_xpm[] = { " 8rty8 ", " +uq8 ", " @@i ", +" ", " " };