Fix.
[elisp/wanderlust.git] / wl / wl-demo.el
index 3e06c69..9e85263 100644 (file)
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (defconst wl-demo-copyright-notice
-  "Copyright (C) 1998-2002 Yuuichi Teranishi <teranisi@gohome.org>"
+  "Copyright (C) 1998-2003 Yuuichi Teranishi <teranisi@gohome.org>"
   "A declaration of the copyright on Wanderlust.")
 
 (eval-when-compile
@@ -41,7 +41,7 @@
 
 (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"))