]> git.saurik.com Git - wxWidgets.git/commitdiff
update XPM variable names for docview sample
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 15 Oct 2008 11:40:55 +0000 (11:40 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 15 Oct 2008 11:40:55 +0000 (11:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/docview/chart.xpm
samples/docview/doc.xpm
samples/docview/notepad.xpm

index c18cf87af99f082043744b55bdf199f0e538774f..be27181d8765e50b6ac2d693107ffef1d1b3c926 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
 /* XPM */
-static char *chart[] = {
+static char *chrt_xpm[] = {
 /* columns rows colors chars-per-pixel */
 "32 32 11 1",
 "  c black",
 /* columns rows colors chars-per-pixel */
 "32 32 11 1",
 "  c black",
index 1d4a703ff1b8c1555753318282790a2a231d3290..7a60b89620ec8e2beecfb230e421a4ddd49871ce 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
 /* XPM */
-static char *doc[] = {
+static char *doc_xpm[] = {
 /* columns rows colors chars-per-pixel */
 "32 32 5 1",
 "  c black",
 /* columns rows colors chars-per-pixel */
 "32 32 5 1",
 "  c black",
index 53a21d434f9ed54a6c9d720be90c985cb520ca97..4743183ea2a762a0b0593ffaf227db6cc07d13ac 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
 /* XPM */
-static char *notepad[] = {
+static char *notepad_xpm[] = {
 /* columns rows colors chars-per-pixel */
 "32 32 5 1",
 "  c black",
 /* columns rows colors chars-per-pixel */
 "32 32 5 1",
 "  c black",