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.

29 lines
511 B

  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char *lang_hu_xpm[];
  4. #else
  5. const char * lang_hu_xpm[] = {
  6. "16 16 5 1",
  7. " c None",
  8. ". c #000000",
  9. "@ c #D00000",
  10. "# c #F0F0F0",
  11. "+ c #00C000",
  12. " ",
  13. " ",
  14. ".............. ",
  15. ".@@@@@@@@@@@@. ",
  16. ".@@@@@@@@@@@@. ",
  17. ".@@@@@@@@@@@@. ",
  18. ".############. ",
  19. ".############. ",
  20. ".############. ",
  21. ".++++++++++++. ",
  22. ".++++++++++++. ",
  23. ".++++++++++++. ",
  24. ".............. ",
  25. " ",
  26. " ",
  27. " "};
  28. #endif