* wl-demo.el (wl-demo-icon-name): Cope with Medow.
+2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
+
+       * wl-demo.el (wl-demo-icon-name): Cope with Medow.
+
 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-summary.el (wl-summary-target-mark-erase): Simplify.
 
 
 (defconst wl-demo-icon-name
   (concat "wl-" (wl-version-status)
-         (if (string-match "^... Dec \\([ 1][0-9]\\|2[0-5]\\)"
+         (if (string-match "^... Dec \\([ 01][0-9]\\|2[0-5]\\)"
                            (current-time-string))
              "-xmas-logo"
            "-logo"))