mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix warning
This commit is contained in:
parent
c75280a8de
commit
f8b017ad45
10 changed files with 10 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *error_xpm[] = {
|
||||
static const char *const error_xpm[] = {
|
||||
"16 16 5 1 0 0",
|
||||
" c #000000",
|
||||
"! c #FF0000",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *errorl_xpm[] = {
|
||||
static const char *const errorl_xpm[] = {
|
||||
"16 16 5 1 0 0",
|
||||
" c #000000",
|
||||
"! c #FF0000",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *fatal_xpm[] = {
|
||||
static const char *const fatal_xpm[] = {
|
||||
"16 16 6 1 0 0",
|
||||
" c #000000",
|
||||
"! c #FF0000",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *filter_xpm[] = {
|
||||
static const char *const filter_xpm[] = {
|
||||
"16 16 14 1 0 0",
|
||||
" c #000000",
|
||||
"! c #151515",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *log_red_xpm[] = {
|
||||
static const char *const log_red_xpm[] = {
|
||||
"16 16 7 1 0 0",
|
||||
" c #000000",
|
||||
"! c #FF0000",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *log_xpm[] = {
|
||||
static const char *const log_xpm[] = {
|
||||
"16 16 6 1 0 0",
|
||||
" c #000000",
|
||||
"! c #2B2B2B",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *panic_xpm[] = {
|
||||
static const char *const panic_xpm[] = {
|
||||
"16 16 6 1 0 0",
|
||||
" c #000000",
|
||||
"! c #FF0000",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *user_xpm[] = {
|
||||
static const char *const user_xpm[] = {
|
||||
"16 16 3 1 0 0",
|
||||
" c #000000",
|
||||
"! c #3F28D9",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *war_xpm[] = {
|
||||
static const char *const war_xpm[] = {
|
||||
"16 16 3 1 0 0",
|
||||
" c #000000",
|
||||
"! c #C0C0C0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static const char *wx_small_xpm[] = {
|
||||
static const char *const wx_small_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 6 1",
|
||||
". c Black",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue