diff options
| author | Jason Rumney | 2007-08-22 14:35:05 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-08-22 14:35:05 +0000 |
| commit | 32e1c7b13201ef7f1167a64b2b60fb9263742509 (patch) | |
| tree | 6de297a2d9d772e2e11c4ebfd8ab90e3baa070bf /src | |
| parent | e6754bfca5c4813923ca8329543e4cb8273dcd9e (diff) | |
| download | emacs-32e1c7b13201ef7f1167a64b2b60fb9263742509.tar.gz emacs-32e1c7b13201ef7f1167a64b2b60fb9263742509.zip | |
(SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
Diffstat (limited to 'src')
| -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 @@ | |||
| 1 | 2007-08-22 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator. | ||
| 4 | |||
| 1 | 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * insdel.c (reset_var_on_error): New fun. | 7 | * 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. */ | |||
| 41 | "emacs.tool-bar.attributeBackground:SystemButtonFace\0" \ | 41 | "emacs.tool-bar.attributeBackground:SystemButtonFace\0" \ |
| 42 | "emacs.menu.attributeForeground:SystemMenuText\0" \ | 42 | "emacs.menu.attributeForeground:SystemMenuText\0" \ |
| 43 | "emacs.menu.attributeBackground:SystemMenu\0" \ | 43 | "emacs.menu.attributeBackground:SystemMenu\0" \ |
| 44 | "emacs.scroll-bar.attributeForeground:SystemScrollbar" | 44 | "emacs.scroll-bar.attributeForeground:SystemScrollbar\0" |
| 45 | 45 | ||
| 46 | /* Other possibilities for default faces: | 46 | /* Other possibilities for default faces: |
| 47 | 47 | ||