Use const for xpm icons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-09 09:06:22 +00:00
parent a8bfbebf9c
commit b5ebc17b7a
9 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *copy_xpm[] = {
static const char *copy_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 23 1",
"+ c #769CDA",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *cut_xpm[] = {
static const char *cut_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 25 1",
"6 c #D8BDC0",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *help_xpm[] = {
static const char *help_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 50 1",
"j c #4E7FD0",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *new_xpm[] = {
static const char *new_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 31 1",
". c #7198D9",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *open_xpm[] = {
static const char *open_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 36 1",
", c #AAC1E8",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *paste_xpm[] = {
static const char *paste_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 25 1",
"< c #FEECE4",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *print_xpm[] = {
static const char *print_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 35 1",
"y c #EDF2FB",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *save_xpm[] = {
static const char *save_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 21 1",
": c #AAC1E8",