From ea279fc5af166544527f2a30646dee10fbd1ab6a Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Wed, 15 Oct 2008 11:40:55 +0000 Subject: [PATCH] update XPM variable names for docview sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/docview/chart.xpm | 2 +- samples/docview/doc.xpm | 2 +- samples/docview/notepad.xpm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/docview/chart.xpm b/samples/docview/chart.xpm index c18cf87af9..be27181d87 100644 --- a/samples/docview/chart.xpm +++ b/samples/docview/chart.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *chart[] = { +static char *chrt_xpm[] = { /* columns rows colors chars-per-pixel */ "32 32 11 1", " c black", diff --git a/samples/docview/doc.xpm b/samples/docview/doc.xpm index 1d4a703ff1..7a60b89620 100644 --- a/samples/docview/doc.xpm +++ b/samples/docview/doc.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *doc[] = { +static char *doc_xpm[] = { /* columns rows colors chars-per-pixel */ "32 32 5 1", " c black", diff --git a/samples/docview/notepad.xpm b/samples/docview/notepad.xpm index 53a21d434f..4743183ea2 100644 --- a/samples/docview/notepad.xpm +++ b/samples/docview/notepad.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *notepad[] = { +static char *notepad_xpm[] = { /* columns rows colors chars-per-pixel */ "32 32 5 1", " c black", -- 2.50.0