diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-08-22 14:35:05 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-08-22 14:35:05 +0000 |
commit | 32e1c7b13201ef7f1167a64b2b60fb9263742509 (patch) | |
tree | 6de297a2d9d772e2e11c4ebfd8ab90e3baa070bf /src/w32reg.c | |
parent | e6754bfca5c4813923ca8329543e4cb8273dcd9e (diff) | |
download | emacs-32e1c7b13201ef7f1167a64b2b60fb9263742509.tar.gz emacs-32e1c7b13201ef7f1167a64b2b60fb9263742509.tar.bz2 emacs-32e1c7b13201ef7f1167a64b2b60fb9263742509.zip |
(SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
Diffstat (limited to 'src/w32reg.c')
-rw-r--r-- | src/w32reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |