You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
539 B

  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char *lang_nl_xpm[];
  4. #else
  5. const char *lang_nl_xpm[] = {
  6. /* columns rows colors chars-per-pixel */
  7. "16 16 3 1",
  8. ". c #FCFEFC",
  9. " c #AC1E2C",
  10. "X c #24468C",
  11. /* pixels */
  12. " ",
  13. " ",
  14. " ",
  15. " ",
  16. " ",
  17. "................",
  18. "................",
  19. "................",
  20. "................",
  21. "................",
  22. "XXXXXXXXXXXXXXXX",
  23. "XXXXXXXXXXXXXXXX",
  24. "XXXXXXXXXXXXXXXX",
  25. "XXXXXXXXXXXXXXXX",
  26. "XXXXXXXXXXXXXXXX",
  27. "XXXXXXXXXXXXXXXX"
  28. };
  29. #endif