diff options
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/w32reg.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bf015d6959f..f7a8ada5bec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-08-22 Jason Rumney <jasonr@gnu.org> + + * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator. + 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca> * insdel.c (reset_var_on_error): New fun. diff --git a/src/w32reg.c b/src/w32reg.c index 1bea4795be9..6acecfdb5fd 100644 --- a/src/w32reg.c +++ b/src/w32reg.c @@ -41,7 +41,7 @@ Boston, MA 02110-1301, USA. */ "emacs.tool-bar.attributeBackground:SystemButtonFace\0" \ "emacs.menu.attributeForeground:SystemMenuText\0" \ "emacs.menu.attributeBackground:SystemMenu\0" \ - "emacs.scroll-bar.attributeForeground:SystemScrollbar" + "emacs.scroll-bar.attributeForeground:SystemScrollbar\0" /* Other possibilities for default faces: |