summaryrefslogtreecommitdiff
path: root/test/pixmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/pixmap.cxx')
-rw-r--r--test/pixmap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pixmap.cxx b/test/pixmap.cxx
index 963dbca..5dec973 100644
--- a/test/pixmap.cxx
+++ b/test/pixmap.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: pixmap.cxx 4288 2005-04-16 00:13:17Z mike $"
+// "$Id: pixmap.cxx 5519 2006-10-11 03:12:15Z mike $"
//
// Pixmap label test program for the Fast Light Tool Kit (FLTK).
//
@@ -31,7 +31,7 @@
#include <FL/Fl_Pixmap.H>
#include <stdio.h>
-#include "porsche.xpm"
+#include "pixmaps/porsche.xpm"
#include <FL/Fl_Toggle_Button.H>
@@ -98,5 +98,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: pixmap.cxx 4288 2005-04-16 00:13:17Z mike $".
+// End of "$Id: pixmap.cxx 5519 2006-10-11 03:12:15Z mike $".
//